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.
2 parents e4b8064 + b2757ed commit 5fb0259Copy full SHA for 5fb0259
src/libcore/iter.rs
@@ -179,8 +179,8 @@ pub trait Iterator {
179
180
/// Creates an iterator that iterates over both this and the specified
181
/// iterators simultaneously, yielding the two elements as pairs. When
182
- /// either iterator returns `None`, all further invocations of next() will
183
- /// return `None`.
+ /// either iterator returns `None`, all further invocations of `next()`
+ /// will return `None`.
184
///
185
/// # Examples
186
0 commit comments