Skip to content

Commit

Permalink
Fix spelling error in documentation.
Browse files Browse the repository at this point in the history
The primary trait in this crate is called Itertools, not IterTools.

Signed-off-by: Simon Tatham <[email protected]>
  • Loading branch information
sgtatham authored and jswrenn committed Dec 28, 2023
1 parent 3589780 commit 5a5731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exactly_one_err.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use either::Either;

use crate::size_hint;

/// Iterator returned for the error case of `IterTools::exactly_one()`
/// Iterator returned for the error case of `Itertools::exactly_one()`
/// This iterator yields exactly the same elements as the input iterator.
///
/// During the execution of `exactly_one` the iterator must be mutated. This wrapper
Expand Down

0 comments on commit 5a5731c

Please sign in to comment.