archives

« Bugzilla Issues Index

#1930 — 22.2.3.5, 22.2.3.8: Typos find -> copyWithin, find -> fill


22.2.3.5 %TypedArray%.prototype.copyWithin (target, start, end = this.length )

"The length property of the find method is 2."
-> "The length property of the copyWithin method is 2."


22.2.3.8 %TypedArray%.prototype.fill (value, start = 0, end = this.length )

"The length property of the find method is 1."
-> "The length property of the fill method is 1."


fixed in rev19 editor's draft


fixed in rev19