« Bugzilla Issues Index
#3676 — 6.1.5.1 Table 1: Typo in @@isConcatSpreadable
- bug_id:
3676
- creation_ts:
2015-01-24 08:20:00 -0800
- short_desc:
6.1.5.1 Table 1: Typo in @@isConcatSpreadable
- delta_ts:
2015-02-02 18:38:50 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 31: January 15, 2015 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Benjamin Tan
- assigned_to:
Allen Wirfs-Brock
- commentid:
11711
- comment_count:
0
- who:
Benjamin Tan
- bug_when:
2015-01-24 08:20:55 -0800
In section 6.1.5.1, Table 1 on page 22,
`@@isConcatSpreadable` is defined as:
> A Boolean valued property that if true indicates that an object should be flatten to its array elements by Array.prototype.concat.
There’s a typo there, it should be:
> A Boolean valued property that if true indicates that an object should be *flattened* to its array elements by Array.prototype.concat.
Also, I noticed that other function names in the table have a monospaced font, but `Array.prototype.concat` is not. Should this be the case?
- commentid:
11813
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-31 14:00:29 -0800
fixed in rev32 editor's draft
- commentid:
11934
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-02 18:38:50 -0800
fixed in rev32 draft