Skip to content

Commit a0f0d12

Browse files
committed
Refactor stage description and tester assertion in course-definition.yml
1 parent cfc1e3f commit a0f0d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

course-definition.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ stages:
223223

224224
# The instructions for your stage. Markdown supported. Shown on the course page.
225225
description_md: |-
226-
In this stage, you'll add support for scanning parentheses (`(` and `)`).
226+
In this stage, you'll add support for scanning parentheses.
227227
228228
### Book reference
229229
@@ -249,7 +249,7 @@ stages:
249249
EOF null
250250
```
251251
252-
The tester will assert that the stdout output matches the format above.
252+
The tester will assert that the stdout of your program matches the format above.
253253
254254
### Notes
255255

0 commit comments

Comments
 (0)