Fix doc typo in _.memoize. [ci skip]

This commit is contained in:
jdalton
2015-01-26 20:04:56 -08:00
parent b58bfa82e6
commit 56afe21022

View File

@@ -7290,7 +7290,7 @@
* // => 'FRED'
*
* // modifying the result cache
* upperCase.cache.set('fred, 'BARNEY');
* upperCase.cache.set('fred', 'BARNEY');
* upperCase('fred');
* // => 'BARNEY'
*