Skip to content

Commit 466fdea

Browse files
authored
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
2 parents 0a2813c + 16b7fd2 commit 466fdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2325,7 +2325,7 @@ impl str {
23252325
i.get_mut(self)
23262326
}
23272327

2328-
/// Returns a unchecked subslice of `str`.
2328+
/// Returns an unchecked subslice of `str`.
23292329
///
23302330
/// This is the unchecked alternative to indexing the `str`.
23312331
///

0 commit comments

Comments
 (0)