Re: [w3c/browser-payment-api] editorial: destructure tuple (closes #498) (#530)

adrianhopebailie commented on this pull request.



>                <li>Determine which <a>payment handlers</a> support any of the
-              <a>payment method identifiers</a> given by the first element of
-              the <var>paymentMethod</var> tuple. For each resulting payment
-              handler, if payment method specific capabilities supplied by the
-              payment handler match those provided by the second element of the
-              tuple, the payment handler matches.
+              <a>payment method identifiers</a> given <var>identifiers</var>.
+              For each resulting payment handler, if payment method specific
+              capabilities supplied by the payment handler match those provided
+              by <var>data</var>, the payment handler matches.
               </li>

Logged https://github.com/w3c/browser-payment-api/issues/532

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/pull/530#discussion_r116690171

Received on Tuesday, 16 May 2017 09:06:46 UTC