We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84e692 commit d78a972Copy full SHA for d78a972
src/libcore/iter.rs
@@ -275,7 +275,7 @@ pub trait Iterator {
275
276
/// Creates an iterator that yields pairs `(i, val)` where `i` is the
277
/// current index of iteration and `val` is the value returned by the
278
- /// iterator
+ /// iterator.
279
///
280
/// `enumerate` keeps its count as a `usize`. If you want to count by a
281
/// different sized integer, the `zip` function provides similar
0 commit comments