File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ symbol : "::" | "->"
258
258
| ',' | ';' ;
259
259
```
260
260
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
262
262
roles in a variety of grammar productions. They are catalogued here for
263
263
completeness as the set of remaining miscellaneous printable tokens that do not
264
264
otherwise appear as [ unary operators] ( #unary-operator-expressions ) , [ binary
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ The two values of the boolean type are written `true` and `false`.
415
415
416
416
### Symbols
417
417
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
419
419
roles in a variety of grammar productions. They are catalogued here for
420
420
completeness as the set of remaining miscellaneous printable tokens that do not
421
421
otherwise appear as [ unary operators] ( #unary-operator-expressions ) , [ binary
You can’t perform that action at this time.
0 commit comments