mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Fix _.size doc typo. [ci skip] [closes #394]
This commit is contained in:
@@ -2018,7 +2018,7 @@ _.size({ 'one': 1, 'two': 2, 'three': 3 });
|
||||
// => 3
|
||||
|
||||
_.size('pebbles');
|
||||
// => 5
|
||||
// => 7
|
||||
```
|
||||
|
||||
* * *
|
||||
|
||||
Reference in New Issue
Block a user