diff --git a/src/gameobjects/Graphics.js b/src/gameobjects/Graphics.js index 742abafc6..437d018d8 100644 --- a/src/gameobjects/Graphics.js +++ b/src/gameobjects/Graphics.js @@ -36,7 +36,7 @@ Phaser.Graphics.prototype.constructor = Phaser.Graphics; /** * Destroy this Graphics instance. * -* @method Phaser.Sprite.prototype.destroy +* @method Phaser.Graphics.prototype.destroy */ Phaser.Graphics.prototype.destroy = function() {