mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Correct name jsdoc entries. [ci skip]
This commit is contained in:
@@ -1449,7 +1449,7 @@
|
|||||||
* Removes `key` and its value from the cache.
|
* Removes `key` and its value from the cache.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @name get
|
* @name delete
|
||||||
* @memberOf _.memoize.Cache
|
* @memberOf _.memoize.Cache
|
||||||
* @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 successfully, else `false`.
|
* @returns {boolean} Returns `true` if the entry was removed successfully, else `false`.
|
||||||
@@ -5031,7 +5031,7 @@
|
|||||||
*
|
*
|
||||||
* **Note:** This method mutates the wrapped array.
|
* **Note:** This method mutates the wrapped array.
|
||||||
*
|
*
|
||||||
* @name chain
|
* @name reverse
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Chain
|
* @category Chain
|
||||||
* @returns {Object} Returns the new reversed `lodash` object.
|
* @returns {Object} Returns the new reversed `lodash` object.
|
||||||
|
|||||||
Reference in New Issue
Block a user