Update iterator.rs
This commit is contained in:
parent
2ca31205f3
commit
16219deb5c
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ pub trait Iterator {
|
|||
/// Like most indexing operations, the count starts from zero, so `nth(0)`
|
||||
/// returns the first value, `nth(1)` the second, and so on.
|
||||
///
|
||||
/// `nth()` will return `None` if `n` >= the length of the
|
||||
/// `nth()` will return `None` if `n` is greater than or equal to the length of the
|
||||
/// iterator.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue