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 b438449 + 61d1c14 commit 2dca249Copy full SHA for 2dca249
src/libcore/iter/iterator.rs
@@ -366,8 +366,7 @@ pub trait Iterator {
366
///
367
/// In other words, it zips two iterators together, into a single one.
368
369
- /// When either iterator returns [`None`], all further calls to [`next`]
370
- /// will return [`None`].
+ /// If either iterator returns [`None`], [`next`] will return [`None`].
371
372
/// # Examples
373
0 commit comments