Skip to content

Commit 6ee999c

Browse files
bors[bot]cmtm
andauthored
Merge #718
718: Fix multiunzip documentation r=phimuemue a=cmtm Co-authored-by: Chris Morin <[email protected]>
2 parents 007ae45 + 1b36b4f commit 6ee999c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unziptuple.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Converts an iterator of tuples into a tuple of containers.
22
///
3-
/// `unzip()` consumes an entire iterator of n-ary tuples, producing `n` collections, one for each
3+
/// `multiunzip()` consumes an entire iterator of n-ary tuples, producing `n` collections, one for each
44
/// column.
55
///
66
/// This function is, in some sense, the opposite of [`multizip`].

0 commit comments

Comments
 (0)