String docs: Add "the"

This commit is contained in:
Josef Brandl 2017-03-01 09:56:52 +01:00 committed by GitHub
parent 7ce1fbe1f7
commit 74b6221209
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";