Skip to content

Commit 61c5a7a

Browse files
pxwangluphimuemue
authored andcommitted
chore: remove redundant word
Signed-off-by: pxwanglu <pxwanglu@icloud.com>
1 parent 50d01b4 commit 61c5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ziptuple.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub struct Zip<T> {
1313
/// implement [`IntoIterator`]) and yields elements
1414
/// until any of the subiterators yields `None`.
1515
///
16-
/// The iterator element type is a tuple like like `(A, B, ..., E)` where `A` to `E` are the
16+
/// The iterator element type is a tuple like `(A, B, ..., E)` where `A` to `E` are the
1717
/// element types of the subiterator.
1818
///
1919
/// **Note:** The result of this function is a value of a named type (`Zip<(I, J,

0 commit comments

Comments
 (0)