From f2bcd84ddf35a98222193f1f40b5ae8142fc4c40 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 10 Dec 2013 11:32:42 +0000 Subject: [PATCH] Typo fix in fmod() docs --- Provided by Mike Matsco git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332334 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/fmod.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/math/functions/fmod.xml b/reference/math/functions/fmod.xml index 246fcf4786..0ca8d7b486 100644 --- a/reference/math/functions/fmod.xml +++ b/reference/math/functions/fmod.xml @@ -16,7 +16,7 @@ Returns the floating point remainder of dividing the dividend (x) by the divisor (y). - The reminder (r) is defined as: x = i * y + r, for + The remainder (r) is defined as: x = i * y + r, for some integer i. If y is non-zero, r has the same sign as x and a magnitude less than the magnitude of