Fix grammar

This commit is contained in:
Sam Brannen
2025-12-10 13:28:59 +01:00
parent ce4c9ebe3c
commit f734d04a0d
@@ -503,7 +503,7 @@ public abstract class CollectionUtils {
}
/**
* Adapt a {@code Map<K, List<V>>} to an {@code MultiValueMap<K, V>}.
* Adapt a {@code Map<K, List<V>>} to a {@code MultiValueMap<K, V>}.
* @param targetMap the original map
* @return the adapted multi-value map (wrapping the original map)
* @since 3.1