Skip to content

Commit 7d6ebb4

Browse files
committed
Fix wrong method name in Chapter 16
1 parent 4fecbe5 commit 7d6ebb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16_game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ the opposite direction.
980980

981981
{{index "Coin class", coin, wave}}
982982

983-
Coins use their `act` method to wobble. They ignore collisions with
983+
Coins use their `update` method to wobble. They ignore collisions with
984984
the grid since they are simply wobbling around inside of their own
985985
square.
986986

0 commit comments

Comments
 (0)