Skip to content

Commit 19a8a1a

Browse files
committed
fix double-space
1 parent 580a194 commit 19a8a1a

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
@@ -151,7 +151,7 @@ A _string literal_ is a sequence of any Unicode characters enclosed within two
151151
which must be _escaped_ by a preceding `U+005C` character (`\`).
152152

153153
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
154+
(`U+000A`) or a pair of carriage return and newline (`U+000D`, `U+000A`). Both
155155
byte sequences are normally translated to `U+000A`, but as a special exception,
156156
when an unescaped `U+005C` character (`\`) occurs immediately before the
157157
line-break, the `U+005C` character, the line-break, and all whitespace at the

0 commit comments

Comments
 (0)