mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Fixed JSDoc error in shuffle param
This commit is contained in:
parent
620585a57c
commit
87d1621bfc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue