Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnik
String docs: Add "the" r? @steveklabnik
This commit is contained in:
commit
216a0ead44
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue