Skip to content

Commit 5ccda53

Browse files
committed
Merge pull request scala#4994 from dk14/patch-1
explicitly specify insertion-order feature in docs
2 parents ecfbebb + 5c99b07 commit 5ccda53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/collection/mutable/ListMap.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ package mutable
1515
import generic._
1616
import annotation.tailrec
1717

18-
/** A simple mutable map backed by a list.
18+
/** A simple mutable map backed by a list, so it preserves insertion order.
1919
*
2020
* @tparam A the type of the keys contained in this list map.
2121
* @tparam B the type of the values assigned to keys in this list map.

0 commit comments

Comments
 (0)