Skip to content

Commit e5421c4

Browse files
committed
Fixed namespace phaserjs#4873
1 parent 99bdb73 commit e5421c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/StaticPhysicsGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var StaticPhysicsGroup = new Class({
9898
* A textual representation of this Game Object.
9999
* Used internally by Phaser but is available for your own custom classes to populate.
100100
*
101-
* @name Phaser.Physics.Arcade.Group#type
101+
* @name Phaser.Physics.Arcade.StaticGroup#type
102102
* @type {string}
103103
* @default 'StaticPhysicsGroup'
104104
* @since 3.21.0

0 commit comments

Comments
 (0)