We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc5e08 commit ebf29efCopy full SHA for ebf29ef
src/libcore/iter/iterator.rs
@@ -212,7 +212,7 @@ pub trait Iterator {
212
/// Note that all preceding elements, as well as the returned element, will be
213
/// consumed. That means that the preceding elements will be discarded, and also
214
/// that calling `nth(0)` multiple times on the same iterator will return different
215
- /// objects.
+ /// elements.
216
///
217
/// Like most indexing operations, the count starts from zero, so `nth(0)`
218
/// returns the first value, `nth(1)` the second, and so on.
0 commit comments