mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +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 ->
|
||||
v.try((
|
||||
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
|
||||
}
|
||||
v -> {
|
||||
|
Loading…
Reference in New Issue
Block a user