From c66946435bc76ed705278dd756eb1abfc41c2e34 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 30 Apr 2025 20:47:38 -0400 Subject: Update wording to remove 'null' --- test/optionals.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/optionals.tm b/test/optionals.tm index 50e700f1..8e075855 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -75,10 +75,10 @@ func main() >> 5? or -1 = 5 - >> 5? or fail("Non-null is falsey") + >> 5? or fail("Non-none is falsey") = 5 - >> 5? or exit("Non-null is falsey") + >> 5? or exit("Non-none is falsey") = 5 >> none_int : Int? = none -- cgit v1.2.3