Skip to content
Snippets Groups Projects
Commit 0d28c5d0 authored by Scott Wong's avatar Scott Wong
Browse files

Literally only typo corrections

parent d2b2ee8e
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ def swing_to_tile_2(token, x):
if position == DOWN_RIGHT:
return slide_down_right(slide_down_right(token))
def swing_to_tile_2(token, x):
def swing_to_tile_3(token, x):
position = get_relative_position(token, x)
if position == LEFT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment