[w3c/browser-payment-api] Editorial: refer to methods with parentheses for clarity, and spell out their params in their definition (#378)

E.g. instead of

> abort can only be called after the show method has been called

say

> abort() can only be called after the show() method has been called

and instead of

> The complete method MUST act as follows: 

say

> The complete(result) method MUST act as follows: 

-- 
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/issues/378

Received on Wednesday, 14 December 2016 18:40:32 UTC