From d29cc49669deab9627f3b8a30c9deb3ee61c156f Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 30 Oct 2017 08:44:20 -0700 Subject: [PATCH] updated strings --- libs/core/_locales/core-jsdoc-strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/_locales/core-jsdoc-strings.json b/libs/core/_locales/core-jsdoc-strings.json index 4a990d14..fb713d08 100644 --- a/libs/core/_locales/core-jsdoc-strings.json +++ b/libs/core/_locales/core-jsdoc-strings.json @@ -100,7 +100,7 @@ "Math.pow|param|y": "The exponent value of the expression.", "Math.random": "Return a pseudorandom number between 0 and `limit`.", "Math.randomBoolean": "Generates a `true` or `false` value randomly, just like flipping a coin.", - "Math.random|param|limit": "the upper bound of the number generated, eg: 4.", + "Math.random|param|limit": "the upper bound of the number generated, eg: 4", "Math.sign": "Returns the sign of the x, indicating whether x is positive, negative or zero.", "Math.sign|param|x": "The numeric expression to test", "Math.sqrt": "Return the square root of a number.",