sean Mon Mar 29 23:09:18 2004 EDT
Modified files: /phpdoc/en/appendices comparisons.xml Log: Fixed typo (bug #27767) http://cvs.php.net/diff.php/phpdoc/en/appendices/comparisons.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/appendices/comparisons.xml diff -u phpdoc/en/appendices/comparisons.xml:1.6 phpdoc/en/appendices/comparisons.xml:1.7 --- phpdoc/en/appendices/comparisons.xml:1.6 Sun Feb 22 14:33:40 2004 +++ phpdoc/en/appendices/comparisons.xml Mon Mar 29 23:09:18 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <appendix id="types.comparisons"> <title>PHP type comparison tables</title> <para> @@ -22,7 +22,7 @@ <note> <para> HTML Forms do not pass integers, floats, or booleans, they pass strings. - To find out of a string is numeric, you may use + To find out if a string is numeric, you may use <function>is_numeric</function>. </para> </note>