Skip to content

Commit ca2af87

Browse files
authored
Merge pull request rust-itertools#692 from jakoritarleite/fix-max-set-by-key-documentation
2 parents 409d852 + 0cef72d commit ca2af87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3127,7 +3127,7 @@ pub trait Itertools : Iterator {
31273127
)
31283128
}
31293129

3130-
/// Return all minimum elements of an iterator, as determined by
3130+
/// Return all maximum elements of an iterator, as determined by
31313131
/// the specified function.
31323132
///
31333133
/// # Examples

0 commit comments

Comments
 (0)