We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9905b commit 772543aCopy full SHA for 772543a
library/core/src/str/iter.rs
@@ -190,7 +190,7 @@ impl<'a> CharIndices<'a> {
190
self.iter.as_str()
191
}
192
193
- /// Returns the byte position of the next character, or the length
+ /// Returns the byte position of the next character, or the length
194
/// of the underlying string if there are no more characters.
195
///
196
/// # Examples
0 commit comments