Skip to content

Commit 7afe087

Browse files
committed
Docs fix.
1 parent 2e1c858 commit 7afe087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/time/Timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Phaser.Timer.prototype = {
186186
/**
187187
* Creates a new TimerEvent on this Timer.
188188
*
189-
* Use {@link Phaser.Timer#add}, {@link Phaser.Timer#add}, or {@link Phaser.Timer#add} methods to create a new event.
189+
* Use {@link Phaser.Timer#add}, {@link Phaser.Timer#repeat}, or {@link Phaser.Timer#loop} methods to create a new event.
190190
*
191191
* @method Phaser.Timer#create
192192
* @private

0 commit comments

Comments
 (0)