about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorKyle Robinson Young <kyle@dontkry.com>2015-10-10 09:15:55 -0700
committerKyle Robinson Young <kyle@dontkry.com>2015-10-10 09:15:55 -0700
commita6aa6456eea69328c4fcdba043f1f17a2ce01ee6 (patch)
tree839b29624e58e0aeb522edf4e293daec00214a1d /src/doc/reference.md
parent87cd2c08273dec5c8db8e59f4231b8e69aa9b85b (diff)
downloadrust-a6aa6456eea69328c4fcdba043f1f17a2ce01ee6.tar.gz
rust-a6aa6456eea69328c4fcdba043f1f17a2ce01ee6.zip
doc: fixing typos
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md2
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].