mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Fix _.size doc typo. [ci skip] [closes #394]
This commit is contained in:
2
dist/lodash.underscore.js
vendored
2
dist/lodash.underscore.js
vendored
@@ -2666,7 +2666,7 @@
|
||||
* // => 3
|
||||
*
|
||||
* _.size('pebbles');
|
||||
* // => 5
|
||||
* // => 7
|
||||
*/
|
||||
function size(collection) {
|
||||
var length = collection ? collection.length : 0;
|
||||
|
||||
Reference in New Issue
Block a user