Fix _.mixin doc typo. [ci skip]

This commit is contained in:
John-David Dalton
2013-11-21 22:04:59 -08:00
parent 7eff3bf854
commit 75ce4766d3
2 changed files with 2 additions and 2 deletions

View File

@@ -6214,7 +6214,7 @@
* _.capitalize('fred');
* // => 'Fred'
*
* _('fred').capitalize();
* _('fred').capitalize().value();
* // => 'Fred'
*/
function mixin(object, source) {