mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Fix doc typo in _.memoize. [ci skip]
This commit is contained in:
@@ -7290,7 +7290,7 @@
|
|||||||
* // => 'FRED'
|
* // => 'FRED'
|
||||||
*
|
*
|
||||||
* // modifying the result cache
|
* // modifying the result cache
|
||||||
* upperCase.cache.set('fred, 'BARNEY');
|
* upperCase.cache.set('fred', 'BARNEY');
|
||||||
* upperCase('fred');
|
* upperCase('fred');
|
||||||
* // => 'BARNEY'
|
* // => 'BARNEY'
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user