jmcastagnetto Fri Oct 25 20:29:33 2002 EDT
Modified files:
/phpdoc/en/reference/math/functions fmod.xml
Log:
yet another typo fix
Index: phpdoc/en/reference/math/functions/fmod.xml
diff -u phpdoc/en/reference/math/functions/fmod.xml:1.3
phpdoc/en/reference/math/functions/fmod.xml:1.4
--- phpdoc/en/reference/math/functions/fmod.xml:1.3 Fri Oct 25 18:56:02 2002
+++ phpdoc/en/reference/math/functions/fmod.xml Fri Oct 25 20:29:33 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.fmod">
<refnamediv>
<refname>fmod</refname>
@@ -14,7 +14,7 @@
<methodparam><type>float</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
- Returns the floating point remainder of dividend the divisor
+ Returns the floating point remainder of dividing the dividend
(<parameter>x</parameter>) by the divisor (<parameter>y</parameter>).
The reminder (<varname>r</varname>) is defined as: x = i * y + r, for
some integer <varname>i</varname>. If <parameter>y</parameter> is
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php