diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index c3a35e6adf55..2ad7172d31bc 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -689,7 +689,7 @@ - Returns the maximum of the given numeric values. This function can take any number of arguments. + Returns the maximum of the given numeric values. This function takes at least 2 arguments. [codeblock] max(1, 7, 3, -6, 5) # Returns 7 [/codeblock] @@ -723,7 +723,7 @@ - Returns the minimum of the given numeric values. This function can take any number of arguments. + Returns the minimum of the given numeric values. This function takes at least 2 arguments. [codeblock] min(1, 7, 3, -6, 5) # Returns -6 [/codeblock]