archives

« Bugzilla Issues Index

#3056 — 22.2.3.*: Double full stop, double "the the"


Double full stop in preamble ("has been neutered.."):

- 22.2.3.5 %TypedArray%.prototype.copyWithin (target, start, end = this.length )
- 22.2.3.10 %TypedArray%.prototype.find (predicate [ , thisArg ] )
- 22.2.3.11 %TypedArray%.prototype.findIndex ( predicate [ , thisArg ] )
- 22.2.3.12 %TypedArray%.prototype.forEach ( callbackfn [ , thisArg ] )
- 22.2.3.13 %TypedArray%.prototype.indexOf (searchElement [ , fromIndex ] )
- 22.2.3.14 %TypedArray%.prototype.join ( separator )
- 22.2.3.16 %TypedArray%.prototype.lastIndexOf ( searchElement [ , fromIndex ] )
- 22.2.3.19 %TypedArray%.prototype.reduce ( callbackfn [ , initialValue ] )
- 22.2.3.20 %TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )


Double "the" in preamble ("the the this value"):

- 22.2.3.7 %TypedArray%.prototype.every ( callbackfn [ , thisArg ] )
- 22.2.3.10 %TypedArray%.prototype.find (predicate [ , thisArg ] )
- 22.2.3.11 %TypedArray%.prototype.findIndex ( predicate [ , thisArg ] )
- 22.2.3.12 %TypedArray%.prototype.forEach ( callbackfn [ , thisArg ] )
- 22.2.3.19 %TypedArray%.prototype.reduce ( callbackfn [ , initialValue ] )
- 22.2.3.20 %TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )
- 22.2.3.25 %TypedArray%.prototype.some ( callbackfn [ , thisArg ] )


fixed in rev27 editor's draft


fixed in rev27 draft