From 919a3341cd9cfff0d663cda8585ec6fb71250388 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Tue, 30 Mar 2004 04:09:18 +0000 Subject: [PATCH] Fixed typo (bug #27767) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154919 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/comparisons.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/comparisons.xml b/appendices/comparisons.xml index e658ebb3e9..4a1b6e41e9 100644 --- a/appendices/comparisons.xml +++ b/appendices/comparisons.xml @@ -1,5 +1,5 @@ - + PHP type comparison tables @@ -22,7 +22,7 @@ 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 is_numeric.