mirror of
https://github.com/Dummi26/mers.git
synced 2026-01-26 10:47:04 +01:00
change isn't to is in an example (whoops)
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user