Skip to content

Commit 9ed31f0

Browse files
committed
Fix dead link to GroupingMap::fold
1 parent 24f40bd commit 9ed31f0

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
@@ -160,7 +160,7 @@ impl<I, K, V> GroupingMap<I>
160160
///
161161
/// Return a `HashMap` associating the key of each group with the result of folding that group's elements.
162162
///
163-
/// [`fold`]: #tymethod.fold
163+
/// [`fold`]: GroupingMap::fold
164164
///
165165
/// ```
166166
/// use itertools::Itertools;

0 commit comments

Comments
 (0)