We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1c858 commit 7afe087Copy full SHA for 7afe087
1 file changed
src/time/Timer.js
@@ -186,7 +186,7 @@ Phaser.Timer.prototype = {
186
/**
187
* Creates a new TimerEvent on this Timer.
188
*
189
- * Use {@link Phaser.Timer#add}, {@link Phaser.Timer#add}, or {@link Phaser.Timer#add} methods to create a new event.
+ * Use {@link Phaser.Timer#add}, {@link Phaser.Timer#repeat}, or {@link Phaser.Timer#loop} methods to create a new event.
190
191
* @method Phaser.Timer#create
192
* @private
0 commit comments