diff --git a/src/time/TimerEvent.js b/src/time/TimerEvent.js index b08f605b2..770249ac7 100644 --- a/src/time/TimerEvent.js +++ b/src/time/TimerEvent.js @@ -10,7 +10,7 @@ * It consists of a delay, which is a value in milliseconds after which the event will fire. * When the event fires it calls a specific callback with the specified arguments. * -* 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. * * @class Phaser.TimerEvent * @constructor