From 479b6193880b8bd7138fadd7ceb0e6c65bb035fa Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 25 Nov 2023 17:51:37 +0100 Subject: [PATCH] change isn't to is in an example (whoops) --- examples/08_Type_Annotations.mers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -> {