We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 580a194 + 19a8a1a commit fa5dfb8Copy full SHA for fa5dfb8
src/tokens.md
@@ -151,7 +151,7 @@ A _string literal_ is a sequence of any Unicode characters enclosed within two
151
which must be _escaped_ by a preceding `U+005C` character (`\`).
152
153
Line-breaks are allowed in string literals. A line-break is either a newline
154
-(`U+000A`) or a pair of carriage return and newline (`U+000D`, `U+000A`). Both
+(`U+000A`) or a pair of carriage return and newline (`U+000D`, `U+000A`). Both
155
byte sequences are normally translated to `U+000A`, but as a special exception,
156
when an unescaped `U+005C` character (`\`) occurs immediately before the
157
line-break, the `U+005C` character, the line-break, and all whitespace at the
0 commit comments