Skip to content

Commit d8fc920

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fb98975 + 2f72670 commit d8fc920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3356,7 +3356,7 @@ pub trait Iterator {
33563356
Rev::new(self)
33573357
}
33583358

3359-
/// Converts an iterator of pairs into a pair of containsers.
3359+
/// Converts an iterator of pairs into a pair of containers.
33603360
///
33613361
/// `unzip()` consumes an entire iterator of pairs, producing two
33623362
/// collections: one from the left elements of the pairs, and one

0 commit comments

Comments
 (0)