1 parent 3d9f8ad commit fe09091Copy full SHA for fe09091
1 file changed
docs/dictionary/control_st/repeat.lcdoc
@@ -243,7 +243,7 @@ during the second, and so on:
243
end repeat
244
245
>*Note:* The *counterVariable* *myLine* is 0 in the final iteration of
246
-the loop as it only once the *counterVariable* is less than or equal
+the loop as it is only once the *counterVariable* is less than or equal
247
to the *endValue* that the loop will perform its final iteration. To
248
prevent the the loop one more iteration than desired, one could
249
compare the two and use <exit repeat> to end the iteration immediately.
0 commit comments