Skip to content

Commit 2f72670

Browse files
yonikremerjuntyr
andauthored
fixed typos
Co-authored-by: Juniper Tyree <[email protected]>
1 parent 82b6b10 commit 2f72670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)