Skip to content

Commit bf1453f

Browse files
authored
Merge pull request #1276 from hkBst/patch-1
Update tokens.md
2 parents 1656d81 + da28385 commit bf1453f

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
@@ -667,7 +667,7 @@ Similarly the `r`, `b`, and `br` prefixes used in raw string literals, byte lite
667667

668668
> **Edition Differences**: Starting with the 2021 edition, reserved prefixes are reported as an error by the lexer (in particular, they cannot be passed to macros).
669669
>
670-
> Before the 2021 edition, a reserved prefixes are accepted by the lexer and interpreted as multiple tokens (for example, one token for the identifier or keyword, followed by a `#` token).
670+
> Before the 2021 edition, reserved prefixes are accepted by the lexer and interpreted as multiple tokens (for example, one token for the identifier or keyword, followed by a `#` token).
671671
>
672672
> Examples accepted in all editions:
673673
> ```rust

0 commit comments

Comments
 (0)