Skip to content

Commit 8795792

Browse files
committed
Merge pull request phaserjs#2289 from staff0rd/grammar_fix
fixed grammar on update() comment
2 parents 6620890 + 16517cc commit 8795792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/State.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Phaser.State.prototype = {
156156
/**
157157
* The update method is left empty for your own use.
158158
* It is called during the core game loop AFTER debug, physics, plugins and the Stage have had their preUpdate methods called.
159-
* If is called BEFORE Stage, Tweens, Sounds, Input, Physics, Particles and Plugins have had their postUpdate methods called.
159+
* It is called BEFORE Stage, Tweens, Sounds, Input, Physics, Particles and Plugins have had their postUpdate methods called.
160160
*
161161
* @method Phaser.State#update
162162
*/

0 commit comments

Comments
 (0)