We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca3120 commit 16219deCopy full SHA for 16219de
src/libcore/iter/iterator.rs
@@ -214,7 +214,7 @@ pub trait Iterator {
214
/// Like most indexing operations, the count starts from zero, so `nth(0)`
215
/// returns the first value, `nth(1)` the second, and so on.
216
///
217
- /// `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
218
/// iterator.
219
220
/// # Examples
0 commit comments