Changed typo on doc of scala.collection.Seq. No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25885 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
odersky 2011-10-24 09:27:29 +00:00
parent 8f26dfa1d1
commit 36e7249747
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ trait Seq[+A] extends PartialFunction[Int, A]
}
/** $factoryInfo
* The current default implementation of a $Coll is a `Vector`.
* The current default implementation of a $Coll is a `List`.
* @define coll sequence
* @define Coll Seq
*/