Skip to content

Commit 85dc693

Browse files
authored
fix: typo in lesson 19 (#578)
1 parent 1b72408 commit 85dc693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/lesson-19-creating-arrays/lesson.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ text = "Let's look at a widespread use of arrays in games: finding and following
161161
162162
In games, you need allies or monsters to find their way to their target, whether it's the player or some point of interest.
163163
164-
To achieve that, we use [i]pathfinding algorithms[/i]. As a name suggests, those algorithms find the path between two points and allow AIs to traverse the game."
164+
To achieve that, we use [i]pathfinding algorithms[/i]. As the name suggests, those algorithms find the path between two points and allow AIs to traverse the game."
165165
visual_element_path = ""
166166
reverse_blocks = false
167167
has_separator = false

0 commit comments

Comments
 (0)