소스 검색

snake: improve comment

ChillerDragon 1 년 전
부모
커밋
7f14eb33c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
  * 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!
  * This code is public domain. Feel free to use it for any purpose!
  */
  */