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

@domenic, btw... does this seem odd to you too?:

```
void updateWith(Promise<PaymentDetails> d);
```

That should probably be:

```
void updateWith(Promise<PaymentDetails> d or PaymentDetails d);
```

Not sure why it needs details needs to always be wrapped in a promise.  


-- 
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#issuecomment-273645630

Received on Thursday, 19 January 2017 00:28:00 UTC