Skip to content

Commit

Permalink
Merge pull request rust-lang#678 from RalfJung/double
Browse files Browse the repository at this point in the history
fix double-space
  • Loading branch information
Centril committed Sep 16, 2019
2 parents 580a194 + 19a8a1a commit fa5dfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ A _string literal_ is a sequence of any Unicode characters enclosed within two
which must be _escaped_ by a preceding `U+005C` character (`\`).

Line-breaks are allowed in string literals. A line-break is either a newline
(`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
byte sequences are normally translated to `U+000A`, but as a special exception,
when an unescaped `U+005C` character (`\`) occurs immediately before the
line-break, the `U+005C` character, the line-break, and all whitespace at the
Expand Down

0 comments on commit fa5dfb8

Please sign in to comment.