From aeb87b32bd5e3d4dc3d9fd239337a09470d77755 Mon Sep 17 00:00:00 2001 From: pxwanglu Date: Sat, 30 Aug 2025 18:06:11 +0800 Subject: [PATCH] chore: remove redundant word Signed-off-by: pxwanglu --- src/ziptuple.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ziptuple.rs b/src/ziptuple.rs index 3ada0296c..b1a8f3ef6 100644 --- a/src/ziptuple.rs +++ b/src/ziptuple.rs @@ -13,7 +13,7 @@ pub struct Zip { /// implement [`IntoIterator`]) and yields elements /// until any of the subiterators yields `None`. /// -/// 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 /// element types of the subiterator. /// /// **Note:** The result of this function is a value of a named type (`Zip<(I, J,