File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ stages:
144
144
name : " The exit builtin"
145
145
difficulty : easy
146
146
description_md : |-
147
- In this stage, you'll implement the [` exit` builtin ](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit).
147
+ In this stage, you'll implement the [exit](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit) builtin .
148
148
149
149
### Tests
150
150
@@ -174,7 +174,7 @@ stages:
174
174
name : " The echo builtin"
175
175
difficulty : medium
176
176
description_md : |-
177
- In this stage, you'll implement the [` echo` ](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html) builtin.
177
+ In this stage, you'll implement the [echo](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html) builtin.
178
178
179
179
### Tests
180
180
You can’t perform that action at this time.
0 commit comments