Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa5dfb8

Browse files
authoredSep 16, 2019
Merge pull request #678 from RalfJung/double
fix double-space
2 parents 580a194 + 19a8a1a commit fa5dfb8

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)
Please sign in to comment.