diff --git a/examples/08_Type_Annotations.mers b/examples/08_Type_Annotations.mers index 396ec25..7658c3d 100644 --- a/examples/08_Type_Annotations.mers +++ b/examples/08_Type_Annotations.mers @@ -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 -> {