Skip to content

Commit

Permalink
Merge #718
Browse files Browse the repository at this point in the history
718: Fix multiunzip documentation r=phimuemue a=cmtm



Co-authored-by: Chris Morin <chris@lightsource.ai>
  • Loading branch information
bors[bot] and cmtm committed Jul 27, 2023
2 parents 007ae45 + 1b36b4f commit 6ee999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unziptuple.rs
@@ -1,6 +1,6 @@
/// Converts an iterator of tuples into a tuple of containers.
///
/// `unzip()` consumes an entire iterator of n-ary tuples, producing `n` collections, one for each
/// `multiunzip()` consumes an entire iterator of n-ary tuples, producing `n` collections, one for each
/// column.
///
/// This function is, in some sense, the opposite of [`multizip`].
Expand Down

0 comments on commit 6ee999c

Please sign in to comment.