diff --git a/language/control-structures.xml b/language/control-structures.xml index 82764de1ae..762a6a4a76 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -689,7 +689,7 @@ while (list ($key, $value) = each ($arr)) { } $i = 0; -while ($i++ < 5) { +while ($i++ < 5) { echo "Outer
\n"; while (1) { echo "  Middle
\n";