about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-10-08 07:41:16 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-10-14 23:48:26 +0200
commit0dbc2ef8a158950c873cf7aeac2d7f757cf92d09 (patch)
tree1c2b9fad72330e142111c27cb9739598b009cd54 /src
parentec4362da562a4b591a7d120c6677e14ea713481a (diff)
downloadrust-0dbc2ef8a158950c873cf7aeac2d7f757cf92d09.tar.gz
rust-0dbc2ef8a158950c873cf7aeac2d7f757cf92d09.zip
reference: add link to the symbols
Diffstat (limited to 'src')
-rw-r--r--src/doc/reference.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 9ce191ee589..0273c695488 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -419,10 +419,13 @@ The two values of the boolean type are written `true` and `false`.
 ### Symbols
 
 Symbols are a general class of printable [tokens](#tokens) that play structural
-roles in a variety of grammar productions. They are cataloged here for
-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
 otherwise appear as [unary operators](#unary-operator-expressions), [binary
 operators](#binary-operator-expressions), or [keywords][keywords].
+They are catalogued in [the Symbols section][symbols] of the Grammar document.
+
+[symbols]: grammar.html#symbols
 
 
 ## Paths