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

@@ -4127,7 +4127,7 @@ _.mixin({
_.capitalize('fred');
// => 'Fred'
_('fred').capitalize();
_('fred').capitalize().value();
// => 'Fred'
```