Skip to content

Commit be704f3

Browse files
committed
Fix lexer edition.
1 parent c934ea9 commit be704f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ them are referred to as "token trees" in [macros]. The three types of brackets
661661

662662
## Reserved prefixes
663663

664-
> **<sup>Lexer 2018+</sup>**\
664+
> **<sup>Lexer 2021+</sup>**\
665665
> RESERVED_TOKEN_DOUBLE_QUOTE : ( IDENTIFIER_OR_KEYWORD <sub>_Except `b` or `r` or `br`_</sub> | `_` ) `"`\
666666
> RESERVED_TOKEN_SINGLE_QUOTE : ( IDENTIFIER_OR_KEYWORD <sub>_Except `b`_</sub> | `_` ) `'`\
667667
> RESERVED_TOKEN_POUND : ( IDENTIFIER_OR_KEYWORD <sub>_Except `r` or `br`_</sub> | `_` ) `#`

0 commit comments

Comments
 (0)