aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-24 22:54:06 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-24 22:54:06 -0400
commitbe221b90655923402d04aa57e3eef331ae608490 (patch)
tree92f056390d8ce53453077b6055c1966e88fa4866 /docs
parentf33e1a367e68b598df6670796cb46a0d49126da2 (diff)
Fix docs
Diffstat (limited to 'docs')
-rw-r--r--docs/operators.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/operators.md b/docs/operators.md
index 25f78689..a4b68fa8 100644
--- a/docs/operators.md
+++ b/docs/operators.md
@@ -174,10 +174,10 @@ object using them:
```tomo
>> nums := [10, -20, 30, -40]
->> (_max_) nums
+>> (_max_: nums)
= 30
->> (_max_:abs()) nums
+>> (_max_:abs(): nums)
= -40
```