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.
1 parent 814acb8 commit 0deff27Copy full SHA for 0deff27
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