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:
parent
8f26dfa1d1
commit
36e7249747
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue