Merge pull request #2289 from staff0rd/grammar_fix

fixed grammar on update() comment
This commit is contained in:
Richard Davey 2016-02-01 18:18:05 +02:00
commit 8795792047

View file

@ -156,7 +156,7 @@ Phaser.State.prototype = {
/**
* The update method is left empty for your own use.
* It is called during the core game loop AFTER debug, physics, plugins and the Stage have had their preUpdate methods called.
* If is called BEFORE Stage, Tweens, Sounds, Input, Physics, Particles and Plugins have had their postUpdate methods called.
* It is called BEFORE Stage, Tweens, Sounds, Input, Physics, Particles and Plugins have had their postUpdate methods called.
*
* @method Phaser.State#update
*/