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

marcoscaceres 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>

I'll check and file a new bug if it doesn't. 

-- 
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_r116627877

Received on Monday, 15 May 2017 23:56:33 UTC