summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-05-08 23:02:23 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-05-08 23:02:23 +0200
commit63b91bf08bda2ecc2c30049e087250c9ee58db98 (patch)
treed6d8070b1e7921ef729cc4e9ba1f7ff68dac1f40 /src
parenta4e56ef5a526bec3555833ca3c516f024e4b8d5d (diff)
parentb3243e8d42871686a5c6c7b80e9874336a168795 (diff)
downloadscala-63b91bf08bda2ecc2c30049e087250c9ee58db98.tar.gz
scala-63b91bf08bda2ecc2c30049e087250c9ee58db98.tar.bz2
scala-63b91bf08bda2ecc2c30049e087250c9ee58db98.zip
Merge pull request #3706 from gourlaysama/wip/t8550
SI-8550 fix scaladoc for the default s.c.LinearSeq.
Diffstat (limited to 'src')
-rw-r--r--src/library/scala/collection/LinearSeq.scala2
1 files changed, 1 insertions, 1 deletions
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`
*/