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 (tc39#3232)
  • Loading branch information
arai-a committed Dec 3, 2023
1 parent 03e4410 commit cd579d3
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 @@ -48160,7 +48160,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 cd579d3

Please sign in to comment.