Skip to content

Commit 04e13c1

Browse files
bsubeijswrenn
authored andcommitted
minor update to multizip documentation
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.
1 parent c68e6b4 commit 04e13c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ziptuple.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub struct Zip<T> {
1616
/// The iterator element type is a tuple like like `(A, B, ..., E)` where `A` to `E` are the
1717
/// element types of the subiterator.
1818
///
19-
/// **Note:** The result of this macro is a value of a named type (`Zip<(I, J,
19+
/// **Note:** The result of this function is a value of a named type (`Zip<(I, J,
2020
/// ..)>` of each component iterator `I, J, ...`) if each component iterator is
2121
/// nameable.
2222
///

0 commit comments

Comments
 (0)