From 1a196aa8f724971e531487f9cdd541f7957cfd92 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 23:37:05 -0400 Subject: Update syntax in docs --- docs/nums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/nums.md') diff --git a/docs/nums.md b/docs/nums.md index 34e513ef..1cc3782a 100644 --- a/docs/nums.md +++ b/docs/nums.md @@ -71,7 +71,7 @@ y := 1.0 # implicit `!`: x = x/y -func doop(x:Num -> Num): +func doop(x:Num -> Num) # If a function's return type is non-optional and an optional value is # used in a return statement, an implicit none check will be inserted and # will error if the value is none: -- cgit v1.2.3