Skip to content

Commit 2e421b4

Browse files
authored
Merge pull request phaserjs#3981 from hypertrifle/master
Updated @param notation that cause issues generating docs
2 parents c302cd6 + 37da44f commit 2e421b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/group/GroupFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var GameObjectFactory = require('../GameObjectFactory');
1515
* @method Phaser.GameObjects.GameObjectFactory#group
1616
* @since 3.0.0
1717
*
18-
* @param {(Phaser.GameObjects.GameObject[]|GroupConfig||GroupConfig[])} [children] - Game Objects to add to this Group; or the `config` argument.
18+
* @param {(Phaser.GameObjects.GameObject[]|GroupConfig|GroupConfig[])} [children] - Game Objects to add to this Group; or the `config` argument.
1919
* @param {GroupConfig} [config] - A Group Configuration object.
2020
*
2121
* @return {Phaser.GameObjects.Group} The Game Object that was created.

0 commit comments

Comments
 (0)