Rollup merge of #67478 - brunobell:master, r=Centril
Fix src/libcore/str/mod.rs doc comments Fix grammar in src/libcore/str/mod.rs doc comments. r? @steveklabnik
This commit is contained in:
commit
466fdeaed5
1 changed files with 1 additions and 1 deletions
|
|
@ -2325,7 +2325,7 @@ impl str {
|
|||
i.get_mut(self)
|
||||
}
|
||||
|
||||
/// Returns a unchecked subslice of `str`.
|
||||
/// Returns an unchecked subslice of `str`.
|
||||
///
|
||||
/// This is the unchecked alternative to indexing the `str`.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue