Skip to content

Commit 6dca66c

Browse files
committed
Fix typo of Phaser.World#preUpdate for docs
1 parent f9a63a9 commit 6dca66c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/World.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Phaser.World.prototype.boot = function () {
6464
* This is called automatically after the plugins preUpdate and before the State.update.
6565
* Most objects have preUpdate methods and it's where initial movement, drawing and calculations are done.
6666
*
67-
* @method Phaser.World#update
67+
* @method Phaser.World#preUpdate
6868
*/
6969
Phaser.World.prototype.preUpdate = function () {
7070

0 commit comments

Comments
 (0)