Skip to content

Commit 94acc5e

Browse files
committed
Remove "followed by" in STRING_CONTINUE
I don't exactly know why this was placed there, but we operate under the assumption that all lexical characters immediately follow one another.
1 parent c1faa76 commit 94acc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ r[lex.token.literal.str.syntax]
165165
> &nbsp;&nbsp; )<sup>\*</sup> `"` SUFFIX<sup>?</sup>
166166
>
167167
> STRING_CONTINUE :\
168-
> &nbsp;&nbsp; `\` _followed by_ LF
168+
> &nbsp;&nbsp; `\` LF
169169
170170
r[lex.token.literal.str.intro]
171171
A _string literal_ is a sequence of any Unicode characters enclosed within two

0 commit comments

Comments
 (0)