Skip to content

Commit 6ba5d9c

Browse files
committed
Rollup merge of #31649 - fbergr:doc, r=steveklabnik
2 parents c49edbc + 310ab5e commit 6ba5d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The second, with a `\`, trims the spaces and the newline:
3939

4040
```rust
4141
let s = "foo\
42-
bar";
42+
bar";
4343

4444
assert_eq!("foobar", s);
4545
```

0 commit comments

Comments
 (0)