Skip to content

Commit a7fc306

Browse files
committed
Update GetBounds.getBounds() JSDoc so that @Generic matches with @param and @return
1 parent 84fa696 commit a7fc306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/GetBounds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ var GetBounds = {
196196
* @method Phaser.GameObjects.Components.GetBounds#getBounds
197197
* @since 3.0.0
198198
*
199-
* @generic {Phaser.Math.Vector2} O - [output,$return]
199+
* @generic {Phaser.Geom.Rectangle} O - [output,$return]
200200
*
201201
* @param {(Phaser.Geom.Rectangle|object)} [output] - An object to store the values in. If not provided a new Rectangle will be created.
202202
*

0 commit comments

Comments
 (0)