[whatwg/streams] "Set chunkSize to Call(stream.[[strategySize]], ..." (#546)

https://streams.spec.whatwg.org/#readable-stream-default-controller-enqueue

> *5.b.i.* Set chunkSize to Call\(stream\.\[\[strategySize\]\], undefined, « ‍chunk »\)\.

should be 

> *5.b.i.* Set chunkSize to Call\(controller\.\[\[strategySize\]\], undefined, « ‍chunk »\)\.

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

Received on Wednesday, 19 October 2016 14:43:39 UTC