From be221b90655923402d04aa57e3eef331ae608490 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 24 Mar 2025 22:54:06 -0400 Subject: [PATCH] Fix docs --- docs/operators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operators.md b/docs/operators.md index 25f7868..a4b68fa 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 ```