Skip to content

Commit a0d662a

Browse files
authored
fix: replace rectangle with square in lesson 5 (#571)
fix issue #570
1 parent e50cbf2 commit a0d662a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/lesson-5-your-first-function/lesson.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ title = ""
9999
type = 0
100100
text = "Every time we call [code]move_and_rotate()[/code], the two functions [code]move_forward(200)[/code] and [code]turn_right(90)[/code] are called in sequence.
101101
102-
In this simple example, it may not feel super useful. Here's a more useful and realistic one: a function to draw any rectangle.
102+
In this simple example, it may not feel super useful. Here's a more useful and realistic one: a function to draw any square.
103103
104104
The following function uses [i]parameters[/i], which we will explore in the next lesson.
105105

0 commit comments

Comments
 (0)