Rollup merge of #42510 - mbrubeck:docs, r=QuietMisdreavus
Update step_by docs to say iterator instead of range None
This commit is contained in:
commit
a04eefb66a
@ -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…
x
Reference in New Issue
Block a user