about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-29 16:36:37 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-29 16:36:37 -0800
commit7b5b0b1caf9f416ae29001e6cba4c6a1b31b7d01 (patch)
tree88242cce8ae776a6ba9d8002b10342a3551813b4
parent1e9c7c51cbe9af992373debedcb8db2807c8bfb5 (diff)
parentc095bf545ea4c316d0f4ae8edbafad08585597d8 (diff)
downloadrust-7b5b0b1caf9f416ae29001e6cba4c6a1b31b7d01.tar.gz
rust-7b5b0b1caf9f416ae29001e6cba4c6a1b31b7d01.zip
rollup merge of #20270: bombless/patch-2
-rw-r--r--src/doc/reference.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 50470ef3fce..94c76aaa695 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -194,11 +194,11 @@ grammar as double-quoted strings. Other tokens have exact rules given.
 | else     | enum     | extern   | false    | final   |
 | fn       | for      | if       | impl     | in      |
 | let      | loop     | match    | mod      | move    |
-| mut      | offsetof | once     | override | priv    |
-| pub      | pure     | ref      | return   | sizeof  |
-| static   | self     | struct   | super    | true    |
-| trait    | type     | typeof   | unsafe   | unsized |
-| use      | virtual  | where    | while    | yield   |
+| mut      | offsetof | override | priv     | pub     |
+| pure     | ref      | return   | sizeof   | static  |
+| self     | struct   | super    | true     | trait   |
+| type     | typeof   | unsafe   | unsized  | use     |
+| virtual  | where    | while    | yield    |
 
 
 Each of these keywords has special meaning in its grammar, and all of them are