Skip to content

Commit f34a507

Browse files
authored
Merge pull request phaserjs#3605 from zilbuz/master
Update GetBounds.getBounds() JSDoc
2 parents 0f87535 + a7fc306 commit f34a507

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)