diff options
| author | Kyle Robinson Young <kyle@dontkry.com> | 2015-10-10 09:15:55 -0700 |
|---|---|---|
| committer | Kyle Robinson Young <kyle@dontkry.com> | 2015-10-10 09:15:55 -0700 |
| commit | a6aa6456eea69328c4fcdba043f1f17a2ce01ee6 (patch) | |
| tree | 839b29624e58e0aeb522edf4e293daec00214a1d /src/doc/reference.md | |
| parent | 87cd2c08273dec5c8db8e59f4231b8e69aa9b85b (diff) | |
| download | rust-a6aa6456eea69328c4fcdba043f1f17a2ce01ee6.tar.gz rust-a6aa6456eea69328c4fcdba043f1f17a2ce01ee6.zip | |
doc: fixing typos
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index ac0fbea8ad8..9ce191ee589 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -419,7 +419,7 @@ 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 catalogued here for +roles in a variety of grammar productions. They are cataloged here for completeness as the 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]. |
