diff --git a/.internal/Hash.js b/.internal/Hash.js index 88bec5e09..2e277e30c 100644 --- a/.internal/Hash.js +++ b/.internal/Hash.js @@ -35,7 +35,6 @@ class Hash { * Removes `key` and its value from the hash. * * @memberOf Hash - * @param {Object} hash The hash to modify. * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed, else `false`. */