Skip to content

Commit 1b36b4f

Browse files
committed
Fix multiunzip documentation
1 parent 007ae45 commit 1b36b4f

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)