Skip to content

Commit b311e1e

Browse files
committed
Fix typo in GroupingMap::minmax docs
1 parent 6577843 commit b311e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grouping_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ impl<I, K, V> GroupingMap<I>
402402
/// If several elements are equally maximum, the last element is picked.
403403
/// If several elements are equally minimum, the first element is picked.
404404
///
405-
/// See [.minmax_by()](../trait.Itertools.html#method.minmax) for the non-grouping version.
405+
/// See [.minmax()](../trait.Itertools.html#method.minmax) for the non-grouping version.
406406
///
407407
/// Differences from the non grouping version:
408408
/// - It never produces a `MinMaxResult::NoElements`

0 commit comments

Comments
 (0)