diff --git a/Math/MathProcessor.js b/Math/MathProcessor.js index d14e3fb..c06494d 100644 --- a/Math/MathProcessor.js +++ b/Math/MathProcessor.js @@ -14,7 +14,7 @@ * * @param {string} equation Equation * - * @return {null|float|int} + * @return {null|int|float} * * @since 1.0.0 */ @@ -55,7 +55,7 @@ * * @param {string} value Value to parse * - * @return {float|int} + * @return {int|float} * * @since 1.0.0 */