Skip to content

Commit 9d85777

Browse files
Sarah Schultztjgrathwell
Sarah Schultz
authored andcommitted
Fixes Issue railsbridge#615 with function naming issue. Code explanation references segmentFurtherDown but function name is segmentFurtherForwardThan.
1 parent e4d9030 commit 9d85777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/javascript-snake-game/lesson-10.step

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ markdown <<-MARKDOWN
55
segment further forward in snake to the current segment when it moves. This way
66
all segments follow the same path!
77

8-
Let's define a new function called `segmentFurtherDown` which takes a
8+
Let's define a new function called `segmentFurtherForwardThan` which takes a
99
segment index and a snake and returns the segment closer to the head. Let's
1010
start with:
1111

0 commit comments

Comments
 (0)