Skip to content

Commit d78a972

Browse files
author
Nick Hamann
committed
s/iterator/iterator./
1 parent c84e692 commit d78a972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ pub trait Iterator {
275275

276276
/// Creates an iterator that yields pairs `(i, val)` where `i` is the
277277
/// current index of iteration and `val` is the value returned by the
278-
/// iterator
278+
/// iterator.
279279
///
280280
/// `enumerate` keeps its count as a `usize`. If you want to count by a
281281
/// different sized integer, the `zip` function provides similar

0 commit comments

Comments
 (0)