Skip to content

Commit 5c99b07

Browse files
author
dk14
committed
explicitly specify insertion-order feature in docs
1 parent 42acd55 commit 5c99b07

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)