tc39 / ecma262

Status, process, and documents for ECMA-262

Home Page:https://tc39.es/ecma262/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing period in AsyncFunction.prototype.constructor section

arai-a opened this issue · comments

AsyncFunction.prototype.constructor's first paragraph lacks the trailing period, while other *.constructor's paragraph has the period.

https://tc39.es/ecma262/#sec-async-function-prototype-properties-constructor

The initial value of AsyncFunction.prototype.constructor is %AsyncFunction%

https://tc39.es/ecma262/#sec-object.prototype.constructor

The initial value of Object.prototype.constructor is %Object%.