Fix docs
This commit is contained in:
parent
f33e1a367e
commit
be221b9065
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user