diff --git a/examples/game/01-snake/snake.c b/examples/game/01-snake/snake.c index 6df07a1f51..8642c7f5b5 100644 --- a/examples/game/01-snake/snake.c +++ b/examples/game/01-snake/snake.c @@ -1,6 +1,6 @@ /* * Logic implementation of the Snake game. It is designed to efficiently - * represent in memory the state of the game. + * represent the state of the game in memory. * * This code is public domain. Feel free to use it for any purpose! */