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.
2 parents 5527607 + 4d05a65 commit 5dc14e4Copy full SHA for 5dc14e4
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