mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
Minor hyphen nit.
This commit is contained in:
@@ -2631,7 +2631,7 @@
|
||||
var objects = {
|
||||
'`arguments` objects': arguments,
|
||||
'arrays': ['a', ''],
|
||||
'array-like-objects': { '0': 'a', '1': '', 'length': 3 },
|
||||
'array-like objects': { '0': 'a', '1': '', 'length': 3 },
|
||||
'booleans': false,
|
||||
'boolean objects': Object(false),
|
||||
'date objects': new Date,
|
||||
|
||||
Reference in New Issue
Block a user