diff --git a/lodash.js b/lodash.js index 799e02633..e5f6aa475 100644 --- a/lodash.js +++ b/lodash.js @@ -10480,7 +10480,7 @@ * function. Its creation may be customized by replacing the `_.memoize.Cache` * constructor with one whose instances implement the * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) - * method interface of `delete`, `get`, `has`, and `set`. + * method interface of `clear`, `delete`, `get`, `has`, and `set`. * * @static * @memberOf _