From e92ef44badd6987d514aec6d652269a58faa6cda Mon Sep 17 00:00:00 2001 From: rtlopez Date: Thu, 24 Jun 2021 11:10:38 +0200 Subject: [PATCH] remove @note annotation --- src/RtLopez/Decimal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()