Skip to content

Commit 88506c2

Browse files
committed
reference: fix typos
1 parent 5180a7c commit 88506c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ symbol : "::" | "->"
258258
| ',' | ';' ;
259259
```
260260

261-
Symbols are a general class of printable [token](#tokens) that play structural
261+
Symbols are a general class of printable [tokens](#tokens) that play structural
262262
roles in a variety of grammar productions. They are catalogued here for
263263
completeness as the set of remaining miscellaneous printable tokens that do not
264264
otherwise appear as [unary operators](#unary-operator-expressions), [binary

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ The two values of the boolean type are written `true` and `false`.
415415

416416
### Symbols
417417

418-
Symbols are a general class of printable [token](#tokens) that play structural
418+
Symbols are a general class of printable [tokens](#tokens) that play structural
419419
roles in a variety of grammar productions. They are catalogued here for
420420
completeness as the set of remaining miscellaneous printable tokens that do not
421421
otherwise appear as [unary operators](#unary-operator-expressions), [binary

0 commit comments

Comments
 (0)