Skip to content

Commit 18445cd

Browse files
authored
Fix "Furthermore" Typo in String Docs
It used to say "Furtheremore" instead of "Furthermore".
1 parent 4901896 commit 18445cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/string.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ use boxed::Box;
132132
/// [`OsString`]: ../../std/ffi/struct.OsString.html
133133
///
134134
/// 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
135+
/// does not allow us to do this. Furthermore, it's not clear what sort of
136136
/// thing the index should return: a byte, a codepoint, or a grapheme cluster.
137137
/// The [`as_bytes()`] and [`chars()`] methods return iterators over the first
138138
/// two, respectively.

0 commit comments

Comments
 (0)