From a6e0026d4838658f9d2f656be0ecd6cdb32a37f0 Mon Sep 17 00:00:00 2001 From: AJ Bagwell Date: Fri, 19 Jan 2024 22:20:28 +0000 Subject: [PATCH] fix It-o-erator typo Co-authored-by: Jack Wrenn --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 63dc04d..233e085 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -969,7 +969,7 @@ where L: IntoIterator, R: IntoIterator, { - /// Factors an `Either` of `Itorator`s to be an `Itorator` of `Either`s + /// Factors an `Either` of `Iterator`s to be an `Iterator` of `Either`s /// ``` /// use either::*; /// let left: Either<_, Vec> = Left(&["hello"]);