Skip to content

Commit 3c2725a

Browse files
committed
Typo.
1 parent 587c3e5 commit 3c2725a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/Group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ Phaser.Group.prototype.descendingSortHandler = function (a, b) {
15751575
* @method Phaser.Group#iterate
15761576
* @param {string} key - The child property to check, i.e. 'exists', 'alive', 'health'
15771577
* @param {any} value - A child matches if `child[key] === value` is true.
1578-
* @param {integer} returnType - How to iterate the childen and what to return.
1578+
* @param {integer} returnType - How to iterate the children and what to return.
15791579
* @param {function} [callback=null] - Optional function that will be called on each matching child. The matched child is supplied as the first argument.
15801580
* @param {object} [callbackContext] - The context in which the function should be called (usually 'this').
15811581
* @param {any[]} [args=(none)] - The arguments supplied to to the callback; the first array index (argument) will be replaced with the matched child.

0 commit comments

Comments
 (0)