We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d01b4 commit 61c5a7aCopy full SHA for 61c5a7a
src/ziptuple.rs
@@ -13,7 +13,7 @@ pub struct Zip<T> {
13
/// implement [`IntoIterator`]) and yields elements
14
/// until any of the subiterators yields `None`.
15
///
16
-/// The iterator element type is a tuple like like `(A, B, ..., E)` where `A` to `E` are the
+/// The iterator element type is a tuple like `(A, B, ..., E)` where `A` to `E` are the
17
/// element types of the subiterator.
18
19
/// **Note:** The result of this function is a value of a named type (`Zip<(I, J,
0 commit comments