Skip to content

Commit cfc1e3f

Browse files
committed
update book ref
1 parent 42e2b11 commit cfc1e3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

course-definition.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,9 @@ stages:
225225
description_md: |-
226226
In this stage, you'll add support for scanning parentheses (`(` and `)`).
227227
228-
### Book references
228+
### Book reference
229229
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).
230+
The code for this stage is implemented in [Section 4.2: Recognizing Lexemes](https://craftinginterpreters.com/scanning.html#recognizing-lexemes).
232231
233232
### Tests
234233

0 commit comments

Comments
 (0)