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
@ -2325,7 +2325,7 @@ impl str {
|
|||||||
i.get_mut(self)
|
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`.
|
/// This is the unchecked alternative to indexing the `str`.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user