Skip to content

Commit fe09091

Browse files
author
livecodesam
authored
Update repeat.lcdoc
1 parent 3d9f8ad commit fe09091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dictionary/control_st/repeat.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ during the second, and so on:
243243
end repeat
244244

245245
>*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
246+
the loop as it is only once the *counterVariable* is less than or equal
247247
to the *endValue* that the loop will perform its final iteration. To
248248
prevent the the loop one more iteration than desired, one could
249249
compare the two and use <exit repeat> to end the iteration immediately.

0 commit comments

Comments
 (0)