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 c49edbc + 310ab5e commit 6ba5d9cCopy full SHA for 6ba5d9c
src/doc/book/strings.md
@@ -39,7 +39,7 @@ The second, with a `\`, trims the spaces and the newline:
39
40
```rust
41
let s = "foo\
42
- bar";
+ bar";
43
44
assert_eq!("foobar", s);
45
```
0 commit comments