We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AsyncFunction.prototype.constructor's first paragraph lacks the trailing period, while other *.constructor's paragraph has the period.
AsyncFunction.prototype.constructor
*.constructor
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%.
The text was updated successfully, but these errors were encountered:
Editorial: Add missing period to AsyncFunction.prototype.constructor …
cd579d3
…section (tc39#3232)
Successfully merging a pull request may close this issue.
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
https://tc39.es/ecma262/#sec-object.prototype.constructor
The text was updated successfully, but these errors were encountered: