diff --git a/language/control-structures.xml b/language/control-structures.xml index 3742dc741f..5a40f805d0 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -81,7 +81,7 @@ if ($a > $b) { - If statements can be nested indefinitely within other + If statements can be nested infinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.