aboutsummaryrefslogtreecommitdiff
path: root/docs/nums.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nums.md')
-rw-r--r--docs/nums.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nums.md b/docs/nums.md
index 62cf3564..c209d74d 100644
--- a/docs/nums.md
+++ b/docs/nums.md
@@ -377,7 +377,7 @@ Returns the given number clamped between two values so that it is within
that range.
```tomo
-clamped(x, low, high: Num -> Num)
+func clamped(x, low, high: Num -> Num)
```
- `x`: The number to clamp.