Skip to content

Commit

Permalink
String docs: Add "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorBreakfast committed Mar 1, 2017
1 parent 7ce1fbe commit 74b6221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/src/strings.md
Expand Up @@ -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";
Expand Down

0 comments on commit 74b6221

Please sign in to comment.