We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d9577 commit d73e328Copy full SHA for d73e328
library/core/src/iter/traits/iterator.rs
@@ -469,7 +469,7 @@ pub trait Iterator {
469
/// If the zipped iterator has no more elements to return then each further attempt to advance
470
/// it will first try to advance the first iterator at most one time and if it still yielded an item
471
/// try to advance the second iterator at most one time.
472
- ///
+ ///
473
/// To 'undo' the result of zipping up two iterators, see [`unzip`].
474
///
475
/// [`unzip`]: Iterator::unzip
0 commit comments