Skip to content

Commit 5280a04

Browse files
committed
Fix identifier duplication lex.token.literal.str-raw.content
1 parent 51f5eba commit 5280a04

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
@@ -357,7 +357,7 @@ The _raw string body_ can contain any sequence of ASCII characters other than `U
357357
It is terminated only by another `U+0022` (double-quote) character, followed by the same number of `U+0023` (`#`) characters that preceded the opening `U+0022` (double-quote) character.
358358
A raw byte string literal can not contain any non-ASCII byte.
359359

360-
r[lex.token.literal.str-raw.content]
360+
r[lex.token.literal.str-byte-raw.content]
361361
All characters contained in the raw string body represent their ASCII encoding,
362362
the characters `U+0022` (double-quote) (except when followed by at least as
363363
many `U+0023` (`#`) characters as were used to start the raw string literal) or

0 commit comments

Comments
 (0)