From 3f9a878b03ecf6409ecb267acb9b349b3cfffbf1 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 28 Nov 2014 14:23:40 -0800 Subject: [PATCH] Correct `name` jsdoc entries. [ci skip] --- lodash.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.