Auto merge of #24093 - GuillaumeGomez:typo, r=steveklabnik

Fixes #24080.
This commit is contained in:
bors 2015-04-05 22:18:29 +00:00
commit be9bd7c93a
1 changed files with 1 additions and 2 deletions

View File

@ -389,8 +389,7 @@ impl<'a> DoubleEndedIterator for Chars<'a> {
}
}
/// External iterator for a string's characters and their byte offsets.
/// Use with the `std::iter` module.
/// Iterator for a string's characters and their byte offsets.
#[derive(Clone)]
#[stable(feature = "rust1", since = "1.0.0")]
pub struct CharIndices<'a> {