Skip to content

Commit

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

Please sign in to comment.