Explorar o código

snake: improve comment

ChillerDragon hai 1 ano
pai
achega
7f14eb33c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/game/01-snake/snake.c

+ 1 - 1
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!
  */