Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit f6d9279

Browse files
committed
Fixed typo.
1 parent 0550e23 commit f6d9279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/typelevel-4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ res0: List[Int] = List(1, 2, 3)
6969
scala> unsafeToIntList(strings) // Whoops!
7070
res1: List[Int] = List(foo, bar, baz)
7171
72-
scala> res7(0)
72+
scala> res1(0)
7373
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
7474
at scala.runtime.BoxesRunTime.unboxToInt(BoxesRunTime.java:101)
7575
... 39 elided

0 commit comments

Comments
 (0)