From b3243e8d42871686a5c6c7b80e9874336a168795 Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Wed, 30 Apr 2014 21:11:05 +0200 Subject: SI-8550 fix scaladoc for the default s.c.LinearSeq. The default LinearSeq is a List (LinearSeq.newBuilder delegates to immutable.LinearSeq.newBuilder, whose default is List). --- src/library/scala/collection/LinearSeq.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/library/scala/collection/LinearSeq.scala b/src/library/scala/collection/LinearSeq.scala index 1e4975a0a7..49fbb902ab 100644 --- a/src/library/scala/collection/LinearSeq.scala +++ b/src/library/scala/collection/LinearSeq.scala @@ -25,7 +25,7 @@ trait LinearSeq[+A] extends Seq[A] } /** $factoryInfo - * The current default implementation of a $Coll is a `Vector`. + * The current default implementation of a $Coll is a `List`. * @define coll linear sequence * @define Coll `LinearSeq` */ -- cgit v1.2.3