Skip to content

Commit 14f875c

Browse files
committed
Merge pull request scala#4788 from dk14/patch-1
explicitly specify insertion-order feature in docs
2 parents 68ce049 + 42acd55 commit 14f875c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/collection/immutable/ListMap.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object ListMap extends ImmutableMapFactory[ListMap] {
3232
private object EmptyListMap extends ListMap[Any, Nothing] { }
3333
}
3434

35-
/** This class implements immutable maps using a list-based data structure.
35+
/** This class implements immutable maps using a list-based data structure, which preserves insertion order.
3636
* Instances of `ListMap` represent empty maps; they can be either created by
3737
* calling the constructor directly, or by applying the function `ListMap.empty`.
3838
*

0 commit comments

Comments
 (0)