diff --git a/language/control-structures.xml b/language/control-structures.xml index dac8400032..675aa4c064 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -38,7 +38,7 @@ if (expr) to &false; - it'll ignore it. More information about what values evaluate to &false; can be found in the 'Converting to boolean' - section>. + section. The following example would display a is bigger @@ -74,7 +74,7 @@ if ($a > $b) { - If statements can be nested indefinitely within other + If statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program. @@ -355,7 +355,7 @@ do { Don't worry if you don't understand this right away or at all. You can code scripts and even powerful scripts without using this - `feature'. + 'feature'.