diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-10-08 07:24:00 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-10-08 07:34:58 +0200 |
| commit | 88506c22612088c377fddd0472e13c9d2f84a68a (patch) | |
| tree | 0d32ed0c3662710fed1efd6e349df7ef7f4dc9d5 | |
| parent | 5180a7ccc55bb9973ca1f9441b39563c14f7ca9f (diff) | |
| download | rust-88506c22612088c377fddd0472e13c9d2f84a68a.tar.gz rust-88506c22612088c377fddd0472e13c9d2f84a68a.zip | |
reference: fix typos
| -rw-r--r-- | src/doc/grammar.md | 2 | ||||
| -rw-r--r-- | src/doc/reference.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/grammar.md b/src/doc/grammar.md index 7bfe8b62e8a..0fd3070d3bd 100644 --- a/src/doc/grammar.md +++ b/src/doc/grammar.md @@ -258,7 +258,7 @@ symbol : "::" | "->" | ',' | ';' ; ``` -Symbols are a general class of printable [token](#tokens) that play structural +Symbols are a general class of printable [tokens](#tokens) that play structural roles in a variety of grammar productions. They are catalogued here for completeness as the set of remaining miscellaneous printable tokens that do not otherwise appear as [unary operators](#unary-operator-expressions), [binary diff --git a/src/doc/reference.md b/src/doc/reference.md index db3f4b064b1..d8dc195dcaf 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -415,7 +415,7 @@ The two values of the boolean type are written `true` and `false`. ### Symbols -Symbols are a general class of printable [token](#tokens) that play structural +Symbols are a general class of printable [tokens](#tokens) that play structural roles in a variety of grammar productions. They are catalogued here for completeness as the set of remaining miscellaneous printable tokens that do not otherwise appear as [unary operators](#unary-operator-expressions), [binary |
