diff --git a/language/control-structures.xml b/language/control-structures.xml index 4b8e4ed695..14039050a6 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -733,7 +733,7 @@ while (++$i) { continue is used within looping structures to skip the rest of the current loop iteration and continue execution - at the beginning of the next iteration. + at the condition evaluation and then the beginning of the next iteration.