Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Nov 6, 2019
1 parent 18ce5a0 commit 82cbbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04_snake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ impl Snake {
struct GameState {
/// First we need a Snake
snake: Snake,
/// A piee of food
/// A piece of food
food: Food,
/// Whether the game is over or not
gameover: bool,
Expand Down

0 comments on commit 82cbbfc

Please sign in to comment.