Skip to content

Commit

Permalink
minor update to multizip documentation
Browse files Browse the repository at this point in the history
The docs for `multizip()` refer to it as a macro, even though it's a function. I'm guessing this typo originated from the copy-paste from `izip!()`, which has a similar section noting the result.
  • Loading branch information
bsubei committed Feb 25, 2024
1 parent c68e6b4 commit cf08680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ziptuple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct Zip<T> {
/// The iterator element type is a tuple like like `(A, B, ..., E)` where `A` to `E` are the
/// element types of the subiterator.
///
/// **Note:** The result of this macro is a value of a named type (`Zip<(I, J,
/// **Note:** The result of this function is a value of a named type (`Zip<(I, J,
/// ..)>` of each component iterator `I, J, ...`) if each component iterator is
/// nameable.
///
Expand Down

0 comments on commit cf08680

Please sign in to comment.