diff options
Diffstat (limited to 'docs/functions.md')
| -rw-r--r-- | docs/functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
