Minor hyphen nit.

This commit is contained in:
John-David Dalton
2016-05-02 19:42:33 -07:00
parent b8fa0d9b29
commit f2b5e58500

View File

@@ -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,