Fixed typo (bug #27767)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154919 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2004-03-30 04:09:18 +00:00
parent 438a2160e9
commit 919a3341cd

View file

@ -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>