Fix typo in gamestate docs

"an" -> "and"
This commit is contained in:
Tobias V. Langhoff 2018-10-09 20:12:25 +02:00 committed by GitHub
parent 0bf301f710
commit c7fa7794b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ hump.gamestate
Gamestate = require "hump.gamestate"
A gamestate encapsulates independent data an behaviour in a single table.
A gamestate encapsulates independent data and behaviour in a single table.
A typical game could consist of a menu-state, a level-state and a game-over-state.