Re: [w3c/browser-payment-api] Editorial: refer to methods with parentheses (closes #378) (#398)

domenic requested changes on this pull request.

> btw... does this seem odd to you too?:

No, you cannot overload with a promise argument in Web IDL, because whatever the developer passes in gets converted to a promise.

>            </h2>
           <p>
-            The <a>updateWith</a> method MUST act as follows:
+            The <a>updateWith(details)</a> method MUST act as follows:

Now it is inconsistent as the rest of the algorithm references `<var>d</var>`. This also doesn't address the `<var>`-in-updateWith vs. `<code>`-in-complete issue.

-- 
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/398#pullrequestreview-17361036

Received on Thursday, 19 January 2017 00:37:50 UTC