Skip to content

Commit 1b72408

Browse files
authored
fix: typo in lesson 18 (#577)
1 parent ec831e7 commit 1b72408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/lesson-18-for-loops/lesson.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ script = ExtResource( 3 )
134134
content_id = "res://course/lesson-18-for-loops/content-izKUdOCQ.tres"
135135
title = "Using a for loop instead of a while loop"
136136
type = 0
137-
text = "Here's our old [code]move_to_end()[/code] function which used in a [code]while[/code] loop."
137+
text = "Here's our old [code]move_to_end()[/code] function which used a [code]while[/code] loop."
138138
visual_element_path = ""
139139
reverse_blocks = false
140140
has_separator = false

0 commit comments

Comments
 (0)