Skip to content

Commit

Permalink
Respond to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Oct 7, 2024
1 parent 78d3ba6 commit 4e6d7e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ <h4>
Output
</dt>
<dd>
A <a>PresentationRequest</a> object
A new <a>PresentationRequest</a> object
</dd>
</dl>
<ol>
Expand Down Expand Up @@ -1064,7 +1064,7 @@ <h4>
Output
</dt>
<dd>
A {{Promise}}
A new {{Promise}}
</dd>
</dl>
<ol>
Expand Down Expand Up @@ -1320,7 +1320,7 @@ <h4>
Output
</dt>
<dd>
<var>P</var>, a {{Promise}}
<var>P</var>, a new {{Promise}}
</dd>
</dl>
<ol>
Expand Down Expand Up @@ -1618,8 +1618,8 @@ <h4>
</dd>
</dl>
<ol>
<li>Otherwise, let <var>P</var> be a new {{Promise}} constructed in
the <a>JavaScript realm</a> of <var>presentationRequest</var>.
<li>Let <var>P</var> be a new {{Promise}} constructed in the
<a>JavaScript realm</a> of <var>presentationRequest</var>.
</li>
<li>Return <var>P</var>, but continue running these steps <a>in
parallel</a>.
Expand Down

0 comments on commit 4e6d7e3

Please sign in to comment.