Skip to content

Commit

Permalink
Rephrase my proposed edit ("objects" -> "elements")
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Speer authored Jan 19, 2017
1 parent 8e851d3 commit c136f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/iter/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub trait Iterator {
/// Note that all preceding elements, as well as the returned element, will be
/// consumed. That means that the preceding elements will be discarded, and also
/// that calling `nth(0)` multiple times on the same iterator will return different
/// objects.
/// elements.
///
/// Like most indexing operations, the count starts from zero, so `nth(0)`
/// returns the first value, `nth(1)` the second, and so on.
Expand Down

0 comments on commit c136f65

Please sign in to comment.