From 5c99b07ec319fceba9f34e6b2b3ae2c7b54b8c87 Mon Sep 17 00:00:00 2001 From: dk14 Date: Tue, 23 Feb 2016 18:57:04 +0700 Subject: explicitly specify insertion-order feature in docs --- src/library/scala/collection/mutable/ListMap.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/library/scala/collection/mutable/ListMap.scala b/src/library/scala/collection/mutable/ListMap.scala index 2ea5b1fa7c..e963af4a8a 100644 --- a/src/library/scala/collection/mutable/ListMap.scala +++ b/src/library/scala/collection/mutable/ListMap.scala @@ -15,7 +15,7 @@ package mutable import generic._ import annotation.tailrec -/** A simple mutable map backed by a list. +/** A simple mutable map backed by a list, so it preserves insertion order. * * @tparam A the type of the keys contained in this list map. * @tparam B the type of the values assigned to keys in this list map. -- cgit v1.2.3