diff --git a/src/gameobjects/components/GetBounds.js b/src/gameobjects/components/GetBounds.js index 84c970c19..ba2a0224b 100644 --- a/src/gameobjects/components/GetBounds.js +++ b/src/gameobjects/components/GetBounds.js @@ -196,7 +196,7 @@ var GetBounds = { * @method Phaser.GameObjects.Components.GetBounds#getBounds * @since 3.0.0 * - * @generic {Phaser.Math.Vector2} O - [output,$return] + * @generic {Phaser.Geom.Rectangle} O - [output,$return] * * @param {(Phaser.Geom.Rectangle|object)} [output] - An object to store the values in. If not provided a new Rectangle will be created. *