Skip to content

Commit 5fb0259

Browse files
committed
Auto merge of #24850 - frewsxcv:patch-18, r=steveklabnik
2 parents e4b8064 + b2757ed commit 5fb0259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/iter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ pub trait Iterator {
179179

180180
/// Creates an iterator that iterates over both this and the specified
181181
/// iterators simultaneously, yielding the two elements as pairs. When
182-
/// either iterator returns `None`, all further invocations of next() will
183-
/// return `None`.
182+
/// either iterator returns `None`, all further invocations of `next()`
183+
/// will return `None`.
184184
///
185185
/// # Examples
186186
///

0 commit comments

Comments
 (0)