Skip to content

Commit b0ce62e

Browse files
authored
Docs: correct type for Body#customBoundsRectangle
1 parent 8ddbeb1 commit b0ce62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/Body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ var Body = new Class({
402402
* You can also change it by using the `Body.setBoundsRectangle` method.
403403
*
404404
* @name Phaser.Physics.Arcade.Body#customBoundsRectangle
405-
* @type {?Phaser.Geom.Rectangle}
405+
* @type {Phaser.Geom.Rectangle}
406406
* @since 3.20
407407
*/
408408
this.customBoundsRectangle = world.bounds;

0 commit comments

Comments
 (0)