[whatwg/streams] Correct bad variable in PromiseInvokeOrNoop (#685)

"a promise rejected with result.[[Value]]" should be "a promise rejected
with returnValue.[[Value]]". Fixed.

Closes #682.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/685

-- Commit Summary --

  * Correct bad variable in PromiseInvokeOrNoop

-- File Changes --

    M index.bs (2)

-- Patch Links --

https://github.com/whatwg/streams/pull/685.patch
https://github.com/whatwg/streams/pull/685.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/685

Received on Wednesday, 15 February 2017 09:55:34 UTC