Skip to content

Commit

Permalink
Editorial: Fix Promise.try preamble (#3454)
Browse files Browse the repository at this point in the history
(Make it consistent with PR #2592)
  • Loading branch information
jmdyck authored and ljharb committed Nov 8, 2024
1 parent e887590 commit c4dc43c
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 @@ -48148,7 +48148,7 @@ <h1>

<emu-clause id="sec-promise.try">
<h1>Promise.try ( _callback_, ..._args_ )</h1>
<p>When the `try` method is called with argument _callback_, the following steps are taken:</p>
<p>This function performs the following steps when called:</p>
<emu-alg>
1. Let _C_ be the *this* value.
1. If _C_ is not an Object, throw a *TypeError* exception.
Expand Down

0 comments on commit c4dc43c

Please sign in to comment.