Skip to content

Commit ce1e96d

Browse files
committed
explicitly mention 'for' loop limit in step 5
1 parent 133ade0 commit ce1e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/turtle-square.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ input.onButtonPressed(Button.A, function() {
4343

4444
## "for" is for repetition
4545

46-
Did you notice the pattern of repeated blocks needed to draw a square? Try using a ``for`` loop to achieve the same effect.
46+
Did you notice the pattern of repeated blocks needed to draw a square? Try using a ``for`` loop with an `index` limit of **3** to achieve the same effect.
4747

4848
```blocks
4949
input.onButtonPressed(Button.A, function() {

0 commit comments

Comments
 (0)