diff --git a/docs/mathf.md b/docs/mathf.md index 5cc9160c..936a1749 100644 --- a/docs/mathf.md +++ b/docs/mathf.md @@ -63,7 +63,7 @@ Return the smallest of a series of floats. This will return `1.5`: ``` -min 1.5 2 3 +minf 1.5 2 3 ``` ## floor