Update docs to say iterator instead of range
This commit is contained in:
parent
a69cc85909
commit
b6193f3c00
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue