Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Jan 29, 2025
1 parent f500ed2 commit 32ebd11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Here are a couple of hints. Click on the titles below to expand them.

<details><summary>Hint 1: If you can't work out where to start</summary>

Previously, you write `repeat 61 times do` to make the ball roll to where you needed it.
In the previous exercise, you wrote `repeat 61 times do` to make the ball roll to where you needed it.

Wherever you can use a number in code, you can use a variable or the result of a function instead. So that 61 could be a variable or the result of using a function.

Expand Down

0 comments on commit 32ebd11

Please sign in to comment.