mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
fix: fix the params of Hash#delete in in jsdoc (#4737)
Remove the unused param `hash` from the jsdoc of `Hash#delete`
This commit is contained in:
@@ -35,7 +35,6 @@ class Hash {
|
|||||||
* Removes `key` and its value from the hash.
|
* Removes `key` and its value from the hash.
|
||||||
*
|
*
|
||||||
* @memberOf Hash
|
* @memberOf Hash
|
||||||
* @param {Object} hash The hash to modify.
|
|
||||||
* @param {string} key The key of the value to remove.
|
* @param {string} key The key of the value to remove.
|
||||||
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
|
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user