We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50213af commit 1c7cd72Copy full SHA for 1c7cd72
src/tokens.md
@@ -154,8 +154,8 @@ 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
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
158
-beginning of the next line are ignored. Thus `a` and `b` are equal:
+line-break, the `U+005C` character, and all whitespace at the beginning of the
+next line are ignored. Thus `a` and `b` are equal:
159
160
```rust
161
let a = "foobar";
0 commit comments