Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Nov 26, 2024
1 parent a941566 commit 6bc0bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static <R, T> Map<R, Set<T>> group(final List<T> list, final Function<T,
* element type
* @param <K>
* key type
* @return a map whose non present values are filled with the value provided
* @return a map whose non-present values are filled with the value provided
* by the supplier
*/
public static <K, V> Map<K, V> fill(final Map<K, Optional<V>> map, final Supplier<V> def) {
Expand Down

0 comments on commit 6bc0bcf

Please sign in to comment.