From 35ebe853f27a1c387b0ea3a2b38c325101887081 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 6 Feb 2020 23:54:24 +0100 Subject: [PATCH] normalize int|float order --- Math/MathProcessor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */