Skip to content

Commit 5dc14e4

Browse files
authored
Merge pull request scala/scala#9958 from naferx/patch-1
2 parents 5527607 + 4d05a65 commit 5dc14e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/collection/immutable/MapLike.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ self =>
5757

5858
protected[this] override def parCombiner = ParMap.newCombiner[K, V]
5959

60-
/** A new immutable map containing updating this map with a given key/value mapping.
60+
/** A new immutable map updating this map with a given key/value mapping.
6161
* @param key the key
6262
* @param value the value
6363
* @return A new map with the new key/value mapping

0 commit comments

Comments
 (0)