diff --git a/src/RtLopez/Decimal.php b/src/RtLopez/Decimal.php index 800ae03..8d0d169 100644 --- a/src/RtLopez/Decimal.php +++ b/src/RtLopez/Decimal.php @@ -259,7 +259,7 @@ public function mod($op) /** * Power of number - * @note operand will be truncated first (cutted to integer) + * note operand will be truncated first (cutted to integer) * @param int|float|string|Decimal $op operand * @return Decimal */ @@ -402,7 +402,7 @@ public function le($op) /** * Calcualate epsilon for float comparision - * @note returned precision is greater by one than original + * note returned precision is greater by one than original * @return Decimal */ public function epsilon()