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>, «‍»).

No need for empty, at least, not in ES Invoke... I'll make sure PromiseInvokeOrNoop also doesn't need empty lists.

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

Received on Tuesday, 10 February 2015 19:05:32 UTC