Skip to content

Commit

Permalink
Auto merge of #24850 - frewsxcv:patch-18, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Apr 26, 2015
2 parents e4b8064 + b2757ed commit 5fb0259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/iter.rs
Expand Up @@ -179,8 +179,8 @@ pub trait Iterator {

/// Creates an iterator that iterates over both this and the specified
/// iterators simultaneously, yielding the two elements as pairs. When
/// either iterator returns `None`, all further invocations of next() will
/// return `None`.
/// either iterator returns `None`, all further invocations of `next()`
/// will return `None`.
///
/// # Examples
///
Expand Down

0 comments on commit 5fb0259

Please sign in to comment.