Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnik

String docs: Add "the"

r? @steveklabnik
This commit is contained in:
Guillaume Gomez 2017-03-02 11:29:38 +01:00 committed by GitHub
commit 216a0ead44
1 changed files with 1 additions and 1 deletions

View File

@ -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";