mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
change isn't to is in an example (whoops)
This commit is contained in:
parent
357037f93b
commit
479b619388
@ -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 -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user