Skip to content

Commit d146d95

Browse files
k-nasataiki-e
andauthored
Update src/stream/stream/mod.rs
Co-Authored-By: Taiki Endo <[email protected]>
1 parent a05b6a3 commit d146d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ extension_trait! {
17221722
#[doc = r#"
17231723
Converts an stream of pairs into a pair of containers.
17241724
1725-
unzip() consumes an entire stream of pairs, producing two collections: one from the left elements of the pairs, and one from the right elements.
1725+
`unzip()` consumes an entire stream of pairs, producing two collections: one from the left elements of the pairs, and one from the right elements.
17261726
17271727
This function is, in some sense, the opposite of [`zip`].
17281728

0 commit comments

Comments
 (0)