Skip to content

Commit

Permalink
Editorial: Add missing period to AsyncFunction.prototype.constructor
Browse files Browse the repository at this point in the history
section (#3235)
  • Loading branch information
arai-a authored and ljharb committed Dec 6, 2023
1 parent 11cbf72 commit 160b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -48270,7 +48270,7 @@ <h1>Properties of the AsyncFunction Prototype Object</h1>
<emu-clause id="sec-async-function-prototype-properties-constructor">
<h1>AsyncFunction.prototype.constructor</h1>

<p>The initial value of `AsyncFunction.prototype.constructor` is %AsyncFunction%</p>
<p>The initial value of `AsyncFunction.prototype.constructor` is %AsyncFunction%.</p>

<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
</emu-clause>
Expand Down

0 comments on commit 160b260

Please sign in to comment.