diff --git a/src/lib.rs b/src/lib.rs index 9f8b275c9..daf935f73 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3127,7 +3127,7 @@ pub trait Itertools : Iterator { ) } - /// Return all minimum elements of an iterator, as determined by + /// Return all maximum elements of an iterator, as determined by /// the specified function. /// /// # Examples