Skip to content

Commit 5a5731c

Browse files
sgtathamjswrenn
authored andcommitted
Fix spelling error in documentation.
The primary trait in this crate is called Itertools, not IterTools. Signed-off-by: Simon Tatham <[email protected]>
1 parent 3589780 commit 5a5731c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exactly_one_err.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use either::Either;
88

99
use crate::size_hint;
1010

11-
/// Iterator returned for the error case of `IterTools::exactly_one()`
11+
/// Iterator returned for the error case of `Itertools::exactly_one()`
1212
/// This iterator yields exactly the same elements as the input iterator.
1313
///
1414
/// During the execution of `exactly_one` the iterator must be mutated. This wrapper

0 commit comments

Comments
 (0)