mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
Update docs to say iterator instead of range
This commit is contained in:
parent
a69cc85909
commit
b6193f3c00
@ -262,7 +262,7 @@ pub trait Iterator {
|
||||
/// Creates an iterator starting at the same point, but stepping by
|
||||
/// the given amount at each iteration.
|
||||
///
|
||||
/// Note that it will always return the first element of the range,
|
||||
/// Note that it will always return the first element of the iterator,
|
||||
/// regardless of the step given.
|
||||
///
|
||||
/// # Panics
|
||||
|
Loading…
Reference in New Issue
Block a user