We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5527607 commit 4d05a65Copy full SHA for 4d05a65
library/src/scala/collection/immutable/MapLike.scala
@@ -57,7 +57,7 @@ self =>
57
58
protected[this] override def parCombiner = ParMap.newCombiner[K, V]
59
60
- /** A new immutable map containing updating this map with a given key/value mapping.
+ /** A new immutable map updating this map with a given key/value mapping.
61
* @param key the key
62
* @param value the value
63
* @return A new map with the new key/value mapping
0 commit comments