Re: [whatwg/streams] Fix use of `this` in AcquireWritableStreamDefaultWriter (#555)

tyoshino commented on this pull request.



> @@ -2648,7 +2648,7 @@ specifications, instead of just being part of the implementation of this spec's
 throws>AcquireWritableStreamDefaultWriter ( <var>stream</var> )</h4>
 
 <emu-alg>
-  1. Return ? Construct(`<a idl>WritableStreamDefaultWriter</a>`, « *this* »).
+  1. Return ? Construct(`<a idl>WritableStreamDefaultWriter</a>`, « <var>source</var> »).

s/source/stream/
enclose with _ than <var>

-- 
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/555#pullrequestreview-5401161

Received on Monday, 24 October 2016 08:05:55 UTC