Skip to content

Commit e3af6d2

Browse files
authored
Update Lists.scala
1 parent 43b0c62 commit e3af6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/stdlib/Lists.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ object Lists extends FlatSpec with Matchers with org.scalaexercises.definitions.
160160
a should be(res0)
161161
}
162162

163-
/** You can add elements to a List and get a new List:
163+
/** You can prepend elements to a List to get a new List:
164164
*/
165165
def addElementsLists(res0: List[Int]) {
166166
val a = List(1, 3, 5, 7)

0 commit comments

Comments
 (0)