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.
2 parents 99dc124 + 0dbc2ef commit ad5159dCopy full SHA for ad5159d
src/doc/reference.md
@@ -419,10 +419,13 @@ The two values of the boolean type are written `true` and `false`.
419
### Symbols
420
421
Symbols are a general class of printable [tokens](#tokens) that play structural
422
-roles in a variety of grammar productions. They are cataloged here for
423
-completeness as the set of remaining miscellaneous printable tokens that do not
+roles in a variety of grammar productions. They are a
+set of remaining miscellaneous printable tokens that do not
424
otherwise appear as [unary operators](#unary-operator-expressions), [binary
425
operators](#binary-operator-expressions), or [keywords][keywords].
426
+They are catalogued in [the Symbols section][symbols] of the Grammar document.
427
+
428
+[symbols]: grammar.html#symbols
429
430
431
## Paths
0 commit comments