Fixed JSDoc error in shuffle param

This commit is contained in:
Travis O'Neal 2018-05-23 10:17:07 -04:00
parent 620585a57c
commit 87d1621bfc

View file

@ -457,7 +457,7 @@ var RandomDataGenerator = new Class({
* @method Phaser.Math.RandomDataGenerator#shuffle
* @since 3.4.0
*
* @param {array[]} [array] - The array to be shuffled.
* @param {array} [array] - The array to be shuffled.
*
* @return {array} The shuffled array.
*/