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.
2 parents 59c1c1d + d69a6d1 commit 89dd146Copy full SHA for 89dd146
src/tokens.md
@@ -154,7 +154,7 @@ 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
+line-break, then 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:
159
160
```rust
0 commit comments