Skip to content

Commit 74b6221

Browse files
String docs: Add "the"
1 parent 7ce1fbe commit 74b6221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/src/strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ This emphasizes that we have to walk from the beginning of the list of `chars`.
145145

146146
## Slicing
147147

148-
You can get a slice of a string with slicing syntax:
148+
You can get a slice of a string with the slicing syntax:
149149

150150
```rust
151151
let dog = "hachiko";

0 commit comments

Comments
 (0)