diff --git a/src/tokens.md b/src/tokens.md index 0067b647d..377bc4370 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -148,7 +148,7 @@ which must be _escaped_ by a preceding `U+005C` character (`\`). >    )\* `"` SUFFIX? > > STRING_CONTINUE :\ ->    `\` _followed by_ \\n +>    `\` _followed by_ \\n _or_ \\r\\n A _string literal_ is a sequence of any Unicode characters enclosed within two `U+0022` (double-quote) characters, with the exception of `U+0022` itself,