diff options
| -rw-r--r-- | src/doc/book/strings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/strings.md b/src/doc/book/strings.md index 751619d544a..68c7235975e 100644 --- a/src/doc/book/strings.md +++ b/src/doc/book/strings.md @@ -39,7 +39,7 @@ The second, with a `\`, trims the spaces and the newline: ```rust let s = "foo\ - bar"; + bar"; assert_eq!("foobar", s); ``` |
