archives

« Bugzilla Issues Index

#3676 — 6.1.5.1 Table 1: Typo in @@isConcatSpreadable


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?


fixed in rev32 editor's draft


fixed in rev32 draft