Skip to content

Commit 87d1621

Browse files
committed
Fixed JSDoc error in shuffle param
1 parent 620585a commit 87d1621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/math/random-data-generator/RandomDataGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ var RandomDataGenerator = new Class({
457457
* @method Phaser.Math.RandomDataGenerator#shuffle
458458
* @since 3.4.0
459459
*
460-
* @param {array[]} [array] - The array to be shuffled.
460+
* @param {array} [array] - The array to be shuffled.
461461
*
462462
* @return {array} The shuffled array.
463463
*/

0 commit comments

Comments
 (0)