diff --git a/reference/bc/bcmath/number/divmod.xml b/reference/bc/bcmath/number/divmod.xml index 6a9764a7c32f..2b95439c9278 100644 --- a/reference/bc/bcmath/number/divmod.xml +++ b/reference/bc/bcmath/number/divmod.xml @@ -23,9 +23,9 @@ &reftitle.returnvalues; - Returns an indexed array where the first element is the quotient as a new - BcMath\Number object and the second element is the remainder as a new - BcMath\Number object. + Returns an indexed array where the first element is the quotient as a new + BcMath\Number object and the second element is the remainder as a new + BcMath\Number object. The quotient is always an integer value, so BcMath\Number::scale of the quotient will diff --git a/reference/bc/bcmath/number/powmod.xml b/reference/bc/bcmath/number/powmod.xml index fdc4cd1cf841..14683bcd06bd 100644 --- a/reference/bc/bcmath/number/powmod.xml +++ b/reference/bc/bcmath/number/powmod.xml @@ -15,7 +15,7 @@ Use the fast-exponentiation method to raise $this to the power - exponent with respect to the modulus modulus. + exponent with respect to the modulus modulus.