We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa536f4 + b6193f3 commit a04eefbCopy full SHA for a04eefb
src/libcore/iter/iterator.rs
@@ -262,7 +262,7 @@ pub trait Iterator {
262
/// Creates an iterator starting at the same point, but stepping by
263
/// the given amount at each iteration.
264
///
265
- /// Note that it will always return the first element of the range,
+ /// Note that it will always return the first element of the iterator,
266
/// regardless of the step given.
267
268
/// # Panics
0 commit comments