We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4901896 commit 18445cdCopy full SHA for 18445cd
src/libcollections/string.rs
@@ -132,7 +132,7 @@ use boxed::Box;
132
/// [`OsString`]: ../../std/ffi/struct.OsString.html
133
///
134
/// Indexing is intended to be a constant-time operation, but UTF-8 encoding
135
-/// does not allow us to do this. Furtheremore, it's not clear what sort of
+/// does not allow us to do this. Furthermore, it's not clear what sort of
136
/// thing the index should return: a byte, a codepoint, or a grapheme cluster.
137
/// The [`as_bytes()`] and [`chars()`] methods return iterators over the first
138
/// two, respectively.
0 commit comments