Update jsdoc

This commit is contained in:
rejas
2021-05-15 14:49:04 +02:00
committed by veeck
parent bdfd6e5e9f
commit 4b1c7da171
5 changed files with 28 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ Module.register("compliments", {
/**
* Generate a random index for a list of compliments.
*
* @param {string[]} compliments Array with compliments.
* @param {string[]} compliments Array with compliments.
* @returns {number} a random index of given array
*/
randomIndex: function (compliments) {