We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc1e3f commit a0f0d12Copy full SHA for a0f0d12
course-definition.yml
@@ -223,7 +223,7 @@ stages:
223
224
# The instructions for your stage. Markdown supported. Shown on the course page.
225
description_md: |-
226
- In this stage, you'll add support for scanning parentheses (`(` and `)`).
+ In this stage, you'll add support for scanning parentheses.
227
228
### Book reference
229
@@ -249,7 +249,7 @@ stages:
249
EOF null
250
```
251
252
- The tester will assert that the stdout output matches the format above.
+ The tester will assert that the stdout of your program matches the format above.
253
254
### Notes
255
0 commit comments