Removed trailing whitespace

This commit is contained in:
John Hörnvall 2021-02-27 13:10:00 +01:00
parent 5b9905b0f3
commit 772543aeff

View File

@ -190,7 +190,7 @@ impl<'a> CharIndices<'a> {
self.iter.as_str()
}
/// Returns the byte position of the next character, or the length
/// Returns the byte position of the next character, or the length
/// of the underlying string if there are no more characters.
///
/// # Examples