diff --git a/src/xdocs/config_coding.xml b/src/xdocs/config_coding.xml index 74340240c..0533e2bca 100644 --- a/src/xdocs/config_coding.xml +++ b/src/xdocs/config_coding.xml @@ -1088,7 +1088,7 @@ class MyClass {

Rationale: If the control variable is modified inside the loop body, the program flow becomes more difficult to follow.
- See for statement specification for more details. + See FOR statement specification for more details.

Such loop would be supressed: