We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c302cd6 + 37da44f commit 2e421b4Copy full SHA for 2e421b4
1 file changed
src/gameobjects/group/GroupFactory.js
@@ -15,7 +15,7 @@ var GameObjectFactory = require('../GameObjectFactory');
15
* @method Phaser.GameObjects.GameObjectFactory#group
16
* @since 3.0.0
17
*
18
- * @param {(Phaser.GameObjects.GameObject[]|GroupConfig||GroupConfig[])} [children] - Game Objects to add to this Group; or the `config` argument.
+ * @param {(Phaser.GameObjects.GameObject[]|GroupConfig|GroupConfig[])} [children] - Game Objects to add to this Group; or the `config` argument.
19
* @param {GroupConfig} [config] - A Group Configuration object.
20
21
* @return {Phaser.GameObjects.Group} The Game Object that was created.
0 commit comments