doc: Remove trailing whitespace

This commit is contained in:
fbergr 2016-02-14 14:31:20 +02:00
parent 86e6e3235e
commit 310ab5ea74

View File

@ -39,7 +39,7 @@ The second, with a `\`, trims the spaces and the newline:
```rust
let s = "foo\
bar";
bar";
assert_eq!("foobar", s);
```