Skip to content

Commit

Permalink
Fix multiple dfn's
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Apr 27, 2021
1 parent 218e399 commit 3dadaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -90937,8 +90937,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
<var>agentSignifier</var>.</p></li>

<li>
<p><span>Queue a task</span> on the <dfn>JavaScript engine task source</dfn> in
<var>agent</var>'s <span>event loop</span> to perform the following steps:</p>
<p><span>Queue a task</span> on the <span class="no-backref">JavaScript engine task
source</span> in <var>agent</var>'s <span>event loop</span> to perform the following steps:</p>

<ol>
<li><p>Perform ! <span>Call</span>(<var>promiseCapability</var>.[[Resolve]], undefined, «
Expand Down

0 comments on commit 3dadaba

Please sign in to comment.