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.