diff --git a/src/doc/book/src/strings.md b/src/doc/book/src/strings.md index ac41be11854..ffc9d2b6976 100644 --- a/src/doc/book/src/strings.md +++ b/src/doc/book/src/strings.md @@ -145,7 +145,7 @@ This emphasizes that we have to walk from the beginning of the list of `chars`. ## Slicing -You can get a slice of a string with slicing syntax: +You can get a slice of a string with the slicing syntax: ```rust let dog = "hachiko";