Skip to content

Commit

Permalink
Auto merge of #24093 - GuillaumeGomez:typo, r=steveklabnik
Browse files Browse the repository at this point in the history
Fixes #24080.
  • Loading branch information
bors committed Apr 5, 2015
2 parents de6742b + 24f06e6 commit be9bd7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libcore/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit be9bd7c

Please sign in to comment.