From f040879c819532d9f49928837c57d26115e71ee9 Mon Sep 17 00:00:00 2001 From: Donna Malayeri Date: Wed, 6 Apr 2011 14:28:41 +0000 Subject: Update documentation of MutableList. --- src/library/scala/collection/mutable/MutableList.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/library') diff --git a/src/library/scala/collection/mutable/MutableList.scala b/src/library/scala/collection/mutable/MutableList.scala index 0595faff67..86b0da39f1 100644 --- a/src/library/scala/collection/mutable/MutableList.scala +++ b/src/library/scala/collection/mutable/MutableList.scala @@ -17,8 +17,7 @@ import immutable.{List, Nil} // !!! todo: convert to LinkedListBuffer? /** * This class is used internally to represent mutable lists. It is the - * basis for the implementation of the classes - * `Stack`, and `Queue`. + * basis for the implementation of the class `Queue`. * * @author Matthias Zenger * @author Martin Odersky -- cgit v1.2.3