diff --git a/lodash.js b/lodash.js index b024f0f28..26a539acd 100644 --- a/lodash.js +++ b/lodash.js @@ -1449,7 +1449,7 @@ * Removes `key` and its value from the cache. * * @private - * @name get + * @name delete * @memberOf _.memoize.Cache * @param {string} key The key of the value to remove. * @returns {boolean} Returns `true` if the entry was removed successfully, else `false`. @@ -5031,7 +5031,7 @@ * * **Note:** This method mutates the wrapped array. * - * @name chain + * @name reverse * @memberOf _ * @category Chain * @returns {Object} Returns the new reversed `lodash` object.