From a71cb60f10b7acc6333480a36cbc152e054073b2 Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Wed, 2 Jul 2008 15:44:30 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261931 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 561681bff8..8e9987894e 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -181,7 +181,7 @@ if ($a > $b) { will only be considered exactly the same when using curly brackets as in the above example. When using a colon to define your if/elseif conditions, you must - separate else if into two words, or PHP will + not separate else if into two words, or PHP will fail with a parse error.