Skip to content

Commit a5d494f

Browse files
committed
JSDoc fix. Fix phaserjs#4871
1 parent 6f8db07 commit a5d494f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/array/Replace.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* @function Phaser.Utils.Array.Replace
1313
* @since 3.4.0
1414
*
15+
* @param {array} array - The array to search within.
1516
* @param {*} oldChild - The element in the array that will be replaced.
1617
* @param {*} newChild - The element to be inserted into the array at the position of `oldChild`.
1718
*

0 commit comments

Comments
 (0)