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 af83e78 commit d8aa2baCopy full SHA for d8aa2ba
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