Skip to content

Commit 182015b

Browse files
authored
Merge pull request phaserjs#3695 from wtravO/master
Fixed JSDoc error in RND.shuffle param
2 parents 6830362 + 87d1621 commit 182015b

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.7.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)