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 fb98975 + 2f72670 commit d8fc920Copy full SHA for d8fc920
library/core/src/iter/traits/iterator.rs
@@ -3356,7 +3356,7 @@ pub trait Iterator {
3356
Rev::new(self)
3357
}
3358
3359
- /// Converts an iterator of pairs into a pair of containsers.
+ /// Converts an iterator of pairs into a pair of containers.
3360
///
3361
/// `unzip()` consumes an entire iterator of pairs, producing two
3362
/// collections: one from the left elements of the pairs, and one
0 commit comments