Add clear to the Map interface note of _.memoize. [ci skip]

This commit is contained in:
John-David Dalton
2016-10-27 08:21:45 -07:00
parent b91a515258
commit a9fd17950a

View File

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