diff --git a/docs/functions.md b/docs/functions.md index a1cb9f240..906a6cbeb 100644 --- a/docs/functions.md +++ b/docs/functions.md @@ -98,7 +98,7 @@ math.add('hello ', 'world!'); // String 'hello world!' - math.factorial(x) - math.random([min, max]) - math.randomInt([min, max]) -- math.pickRandom([min, max]) +- math.pickRandom(array) - math.distribution(name) ## Statistics