From 74b6221209fd7ff4a9c1e07d2dd233c6b85b5722 Mon Sep 17 00:00:00 2001 From: Josef Brandl Date: Wed, 1 Mar 2017 09:56:52 +0100 Subject: [PATCH] String docs: Add "the" --- src/doc/book/src/strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";