From 17390a1a79ce57c1d1e997821333a7e3b54ef158 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 23 Apr 2015 14:14:15 -0700 Subject: [PATCH] Update and organize the Keywords table * Add two missing keywords, `Self` and `proc` * Fix some mis-alphabetized keywords --- src/doc/reference.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index d918a320e63..80ab69f0cf8 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -196,10 +196,11 @@ grammar as double-quoted strings. Other tokens have exact rules given. | fn | for | if | impl | in | | let | loop | macro | match | mod | | move | mut | offsetof | override | priv | -| pub | pure | ref | return | sizeof | -| static | self | struct | super | true | -| trait | type | typeof | unsafe | unsized | -| use | virtual | where | while | yield | +| proc | pub | pure | ref | return | +| Self | self | sizeof | static | struct | +| super | trait | true | type | typeof | +| unsafe | unsized | use | virtual | where | +| while | yield | | | | Each of these keywords has special meaning in its grammar, and all of them are