Skip to content

Commit 340e44e

Browse files
committed
Restore missing element type to List class documentation
See line 18, git show cb1c0c src/library/scala/collection/immutable/List.scala|head -20|cat -n This shows the type reference prior to removal.
1 parent 7ec4207 commit 340e44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/collection/immutable/List.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import scala.annotation.tailrec
1616
import java.io._
1717

1818
/** A class for immutable linked lists representing ordered collections
19-
* of elements of type.
19+
* of elements of type `A`.
2020
*
2121
* This class comes with two implementing case classes `scala.Nil`
2222
* and `scala.::` that implement the abstract members `isEmpty`,

0 commit comments

Comments
 (0)