| summaryrefslogtreecommitdiff |
diff options
| -rw-r--r-- | content/fate_v1/computations/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fate_v1/computations/_index.md b/content/fate_v1/computations/_index.md index 4eed307..e8a8816 100644 --- a/content/fate_v1/computations/_index.md +++ b/content/fate_v1/computations/_index.md @@ -116,7 +116,7 @@ Highest value among the operands. {{< fatecode >}}(clamp [N0 = NUMBER] [N1 = NUMBER] [N2 = NUMBER]){{< /fatecode >}} -Equivalent to `(min N0 (max N1 N2))`. +Equivalent to `(max N0 (min N1 N2))`. {{< fatecode >}}(abs [NUMBER]){{< /fatecode >}} |


