Skip to content

Commit

Permalink
Editorial: Using Object instead of Constructor in PromiseResolve (tc3…
Browse files Browse the repository at this point in the history
  • Loading branch information
d01c2 authored and ljharb committed Sep 2, 2024
1 parent c4f433e commit 9d945cf
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 @@ -47515,7 +47515,7 @@ <h1>Promise.resolve ( _x_ )</h1>
<emu-clause id="sec-promise-resolve" type="abstract operation">
<h1>
PromiseResolve (
_C_: a constructor,
_C_: an Object,
_x_: an ECMAScript language value,
): either a normal completion containing an ECMAScript language value or a throw completion
</h1>
Expand Down

0 comments on commit 9d945cf

Please sign in to comment.