Skip to content

Commit ad5159d

Browse files
committed
Rollup merge of rust-lang#28906 - tshepang:link, r=nikomatsakis
2 parents 99dc124 + 0dbc2ef commit ad5159d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/doc/reference.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,13 @@ The two values of the boolean type are written `true` and `false`.
419419
### Symbols
420420

421421
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
422+
roles in a variety of grammar productions. They are a
423+
set of remaining miscellaneous printable tokens that do not
424424
otherwise appear as [unary operators](#unary-operator-expressions), [binary
425425
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
426429

427430

428431
## Paths

0 commit comments

Comments
 (0)