Skip to content

Commit d2711de

Browse files
committed
Remove double 'is' in Chapter 15
Issue #118
1 parent cf4347f commit d2711de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15_game.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ that work, we would need a lot of additional information flow between
550550
the display code and the simulation code. We'd need to associate
551551
actors with DOM elements, and the ((drawing)) code must remove
552552
elements when their actors vanish. Since there will typically only be
553-
a handful of actors in the game, redrawing all of them is is not
553+
a handful of actors in the game, redrawing all of them is not
554554
expensive.
555555

556556
// include_code

0 commit comments

Comments
 (0)