We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3589780 commit 5a5731cCopy full SHA for 5a5731c
src/exactly_one_err.rs
@@ -8,7 +8,7 @@ use either::Either;
8
9
use crate::size_hint;
10
11
-/// Iterator returned for the error case of `IterTools::exactly_one()`
+/// Iterator returned for the error case of `Itertools::exactly_one()`
12
/// This iterator yields exactly the same elements as the input iterator.
13
///
14
/// During the execution of `exactly_one` the iterator must be mutated. This wrapper
0 commit comments