Skip to content

Commit 772543a

Browse files
committed
Removed trailing whitespace
1 parent 5b9905b commit 772543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/str/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl<'a> CharIndices<'a> {
190190
self.iter.as_str()
191191
}
192192

193-
/// Returns the byte position of the next character, or the length
193+
/// Returns the byte position of the next character, or the length
194194
/// of the underlying string if there are no more characters.
195195
///
196196
/// # Examples

0 commit comments

Comments
 (0)