Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
yonikremer committed Jul 12, 2024
2 parents fb98975 + 2f72670 commit d8fc920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/traits/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3356,7 +3356,7 @@ pub trait Iterator {
Rev::new(self)
}

/// Converts an iterator of pairs into a pair of containsers.
/// Converts an iterator of pairs into a pair of containers.
///
/// `unzip()` consumes an entire iterator of pairs, producing two
/// collections: one from the left elements of the pairs, and one
Expand Down

0 comments on commit d8fc920

Please sign in to comment.