File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -362,11 +362,11 @@ fn mk_fake_ident_interner() -> ident_interner {
362
362
/**
363
363
* All the valid words that have meaning in the Rust language.
364
364
*
365
- * Rust keywords are either 'contextual', 'restricted', or 'strict, Contextual
366
- * keywords may be used as identifiers because their appearance in the grammar
367
- * is unambiguous. Restricted keywords may not appear in positions that might
368
- * otherwise contain _value identifiers_. Strict keywords may not appear as
369
- * identifiers.
365
+ * Rust keywords are either 'contextual', 'restricted', or 'strict'.
366
+ * Contextual keywords may be used as identifiers because their appearance in
367
+ * the grammar is unambiguous. Restricted keywords may not appear in positions
368
+ * that might otherwise contain _value identifiers_. Strict keywords may not
369
+ * appear as identifiers.
370
370
*/
371
371
fn keyword_table( ) -> hashmap < ~str , ( ) > {
372
372
let keywords = str_hash ( ) ;
You can’t perform that action at this time.
0 commit comments