Skip to content

Commit

Permalink
auto merge of rust-lang#13798 : aochagavia/rust/pr, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Apr 27, 2014
2 parents 1be19f9 + af064c7 commit 02ba8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ pub trait Iterator<A> {
Take{iter: self, n: n}
}

/// Creates a new iterator which behaves in a similar fashion to foldl.
/// Creates a new iterator which behaves in a similar fashion to fold.
/// There is a state which is passed between each iteration and can be
/// mutated as necessary. The yielded values from the closure are yielded
/// from the Scan instance when not None.
Expand Down

0 comments on commit 02ba8e2

Please sign in to comment.