Skip to content

Commit

Permalink
fix It-o-erator typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Wrenn <[email protected]>
  • Loading branch information
2 people authored and cuviper committed Feb 10, 2024
1 parent 009bf8f commit a6e0026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<u8>> = Left(&["hello"]);
Expand Down

0 comments on commit a6e0026

Please sign in to comment.