summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-29 03:30:07 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-29 03:30:07 +0100
commit8746de42d1fa1a71e7cca9353cb547cc12104f55 (patch)
tree4b0d23891bc1b29530512e050036d2d0e112b92e
parent3b820907588131712bd2991dc751329530df8a6a (diff)
...
-rw-r--r--content/fate_v1/computations/_index.md2
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 >}}