Fix a 1,1 splice.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154920 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ken 2004-03-30 04:10:35 +00:00
parent 919a3341cd
commit da03fb9329

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<appendix id="types.comparisons">
<title>PHP type comparison tables</title>
<para>
@ -21,7 +21,7 @@
</para>
<note>
<para>
HTML Forms do not pass integers, floats, or booleans, they pass strings.
HTML Forms do not pass integers, floats, or booleans; they pass strings.
To find out if a string is numeric, you may use
<function>is_numeric</function>.
</para>