We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620585a commit 87d1621Copy full SHA for 87d1621
1 file changed
src/math/random-data-generator/RandomDataGenerator.js
@@ -457,7 +457,7 @@ var RandomDataGenerator = new Class({
457
* @method Phaser.Math.RandomDataGenerator#shuffle
458
* @since 3.4.0
459
*
460
- * @param {array[]} [array] - The array to be shuffled.
+ * @param {array} [array] - The array to be shuffled.
461
462
* @return {array} The shuffled array.
463
*/
0 commit comments