Skip to content

Commit

Permalink
Fix link from Chapter 2 to Chapter 3
Browse files Browse the repository at this point in the history
#1986
Closes gh-1987
  • Loading branch information
eugeneotto authored and ariya committed Sep 14, 2019
1 parent 3f9dc14 commit fe13460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntactic-analysis.md
Expand Up @@ -318,7 +318,7 @@ $ node
{ type: 'Numeric', value: '42', range: [ 15, 17 ] } ]
```

To tokenize a program without parsing it at all, refer to [Chapter 3. Lexical Analysis (Tokenization)](syntactic-analysis.html).
To tokenize a program without parsing it at all, refer to [Chapter 3. Lexical Analysis (Tokenization)](lexical-analysis.html).

## Comment Collection

Expand Down

0 comments on commit fe13460

Please sign in to comment.