didou Sun Feb 22 18:28:49 2004 EDT
Modified files: /phpdoc/en/reference/math/functions pow.xml Log: typo http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/pow.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/math/functions/pow.xml diff -u phpdoc/en/reference/math/functions/pow.xml:1.5 phpdoc/en/reference/math/functions/pow.xml:1.6 --- phpdoc/en/reference/math/functions/pow.xml:1.5 Sun Feb 22 15:14:33 2004 +++ phpdoc/en/reference/math/functions/pow.xml Sun Feb 22 18:28:49 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 --> <refentry id="function.pow"> <refnamediv> @@ -21,7 +21,7 @@ <para> If the power cannot be computed, a warning will be issued, and <function>pow</function> will return &false;. Since PHP 4.2.0 - <function>pow</function> doesn't not issue any warning. + <function>pow</function> doesn't issue any warning. </para> <note> <para>