change isn't to is in an example (whoops)

This commit is contained in:
Mark 2023-11-25 17:51:37 +01:00
parent 357037f93b
commit 479b619388

View File

@ -16,7 +16,7 @@ my_list.println
my_list.for_each(v -> my_list.for_each(v ->
v.try(( v.try((
v -> { v -> {
[Int] v // this won't compile if v isn't a float [Int] v // this won't compile if v is a float
("Int: ", v).concat ("Int: ", v).concat
} }
v -> { v -> {