From 42acd55bf9aba878254849c3d07ab78f3bcd2f3d Mon Sep 17 00:00:00 2001 From: dk14 Date: Tue, 6 Oct 2015 21:39:50 +0700 Subject: explicitly specify insertion-order feature in docs --- src/library/scala/collection/immutable/ListMap.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/library') diff --git a/src/library/scala/collection/immutable/ListMap.scala b/src/library/scala/collection/immutable/ListMap.scala index 7c40e84280..1eedf93269 100644 --- a/src/library/scala/collection/immutable/ListMap.scala +++ b/src/library/scala/collection/immutable/ListMap.scala @@ -32,7 +32,7 @@ object ListMap extends ImmutableMapFactory[ListMap] { private object EmptyListMap extends ListMap[Any, Nothing] { } } -/** This class implements immutable maps using a list-based data structure. +/** This class implements immutable maps using a list-based data structure, which preserves insertion order. * Instances of `ListMap` represent empty maps; they can be either created by * calling the constructor directly, or by applying the function `ListMap.empty`. * -- cgit v1.2.3