Correct name jsdoc entries. [ci skip]

This commit is contained in:
John-David Dalton
2014-11-28 14:23:40 -08:00
parent ab3b972185
commit 3f9a878b03

View File

@@ -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.