Skip to content

Commit

Permalink
Editorial: Remove redundant type assertion from AsyncBlockStart (#3293)
Browse files Browse the repository at this point in the history
This is already established via the parameter type annotation.
  • Loading branch information
linusg authored and ljharb committed Mar 7, 2024
1 parent 1055ef2 commit 6c78dfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -48290,7 +48290,6 @@ <h1>
<dl class="header">
</dl>
<emu-alg>
1. Assert: _promiseCapability_ is a PromiseCapability Record.
1. Let _runningContext_ be the running execution context.
1. Let _closure_ be a new Abstract Closure with no parameters that captures _promiseCapability_ and _asyncBody_ and performs the following steps when called:
1. Let _acAsyncContext_ be the running execution context.
Expand Down

0 comments on commit 6c78dfc

Please sign in to comment.