Skip to content

Commit fcb3a71

Browse files
committed
Update description of iter::StepBy
1 parent 4be488c commit fcb3a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ impl<I> Iterator for Cycle<I> where I: Clone + Iterator {
520520
#[unstable(feature = "fused", issue = "35602")]
521521
impl<I> FusedIterator for Cycle<I> where I: Clone + Iterator {}
522522

523-
/// An iterator that steps by n elements every iteration.
523+
/// An adapter for stepping iterators by a custom amount.
524524
///
525525
/// This `struct` is created by the [`step_by`] method on [`Iterator`]. See
526526
/// its documentation for more.

0 commit comments

Comments
 (0)