Skip to content

Commit

Permalink
Merge pull request ggez#703 from spenserblack/patch-1
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
icefoxen authored Nov 8, 2019
2 parents 18ce5a0 + 82cbbfc commit 3e70a99
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 3e70a99

Please sign in to comment.