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 42e2b11 commit cfc1e3fCopy full SHA for cfc1e3f
course-definition.yml
@@ -225,10 +225,9 @@ stages:
225
description_md: |-
226
In this stage, you'll add support for scanning parentheses (`(` and `)`).
227
228
- ### Book references
+ ### Book reference
229
230
- - This stage is part of the [Scanning](https://craftinginterpreters.com/scanning.html) chapter.
231
- - The code for this stage is implemented in [Section 4.2: Recognizing Lexemes](https://craftinginterpreters.com/scanning.html#recognizing-lexemes).
+ The code for this stage is implemented in [Section 4.2: Recognizing Lexemes](https://craftinginterpreters.com/scanning.html#recognizing-lexemes).
232
233
### Tests
234
0 commit comments