Re: [streams] Use angle quotes for lists (#281)

> @@ -1406,7 +1406,7 @@ Instances of <code>WritableStream</code> are created with the internal slots des
>  <ol>
>    <li> Assert: <var>stream</var>@\[[state]] is <code>"closing"</code>.
>    <li> Let <var>sinkClosePromise</var> be PromiseInvokeOrNoop(<var>stream</var>@\[[underlyingSink]],
> -    <code>"close"</code>).
> +    <code>"close"</code>, «‍»).

I added this since I saw it in the algorithm of WritableStream.abort(reason). Shall we remove it too and make PromiseInvokeOrFallbackOrNoop's argument omittable but only args2?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/281/files#r25321189

Received on Wednesday, 25 February 2015 06:56:44 UTC