diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-12-29 16:36:37 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-29 16:36:37 -0800 |
| commit | 7b5b0b1caf9f416ae29001e6cba4c6a1b31b7d01 (patch) | |
| tree | 88242cce8ae776a6ba9d8002b10342a3551813b4 | |
| parent | 1e9c7c51cbe9af992373debedcb8db2807c8bfb5 (diff) | |
| parent | c095bf545ea4c316d0f4ae8edbafad08585597d8 (diff) | |
| download | rust-7b5b0b1caf9f416ae29001e6cba4c6a1b31b7d01.tar.gz rust-7b5b0b1caf9f416ae29001e6cba4c6a1b31b7d01.zip | |
rollup merge of #20270: bombless/patch-2
| -rw-r--r-- | src/doc/reference.md | 10 |
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 |
