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