We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec4207 commit 340e44eCopy full SHA for 340e44e
src/library/scala/collection/immutable/List.scala
@@ -16,7 +16,7 @@ import scala.annotation.tailrec
16
import java.io._
17
18
/** A class for immutable linked lists representing ordered collections
19
- * of elements of type.
+ * of elements of type `A`.
20
*
21
* This class comes with two implementing case classes `scala.Nil`
22
* and `scala.::` that implement the abstract members `isEmpty`,
0 commit comments