From 1d461611bac782c272d0e082d5da74b4fe353ae6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 9 Nov 2025 18:42:16 -0500 Subject: Rename Num -> Float64, Num32 -> Float32 --- docs/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/functions.md') diff --git a/docs/functions.md b/docs/functions.md index 72279c11..b325ee9a 100644 --- a/docs/functions.md +++ b/docs/functions.md @@ -47,7 +47,7 @@ and are bound to arguments first, followed by binding positional arguments to any unbound arguments, in order: ```tomo -func foo(x:Int, y:Text, z:Num) +func foo(x:Int, y:Text, z:Float64) return "x=$x y=$y z=$z" >> foo(x=1, y="hi", z=2.5) -- cgit v1.2.3