Skip to content

Commit

Permalink
s/was passed/is present
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jul 9, 2018
1 parent 88f48e8 commit 842812c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ <h2>
</li>
<li data-tests=
"show-method-optional-promise-rejects-manual.https.html, show-method-optional-promise-resolves-manual.https.html">
If <var>detailsPromise</var> is present, then:
If <var>detailsPromise</var> was passed, then:
<ol>
<li>Run the <a>update a <code>PaymentRequest</code>'s details
algorithm</a> with <var>detailsPromise</var> and
Expand Down Expand Up @@ -3216,7 +3216,7 @@ <h2>
<var>retryPromise</var>.
</li>
<li data-link-for="PaymentValidationErrors">If
<var>errorFields</var>'s <a>paymentMethod</a> member was passed, and
<var>errorFields</var>'s <a>paymentMethod</a> member is present, and
if required by the specification that defines <var>response</var>'s
<a>payment method</a>, then <a data-cite=
"!WEBIDL#dfn-convert-ecmascript-to-idl-value">convert</a>
Expand Down

0 comments on commit 842812c

Please sign in to comment.