From 58817869dc86880a9fae7a0568b740facf58a608 Mon Sep 17 00:00:00 2001 From: thiagojobson Date: Fri, 25 Mar 2016 18:08:29 -0300 Subject: [PATCH] Fixed links in documentation --- src/time/TimerEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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