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

> @@ -1499,7 +1499,7 @@ a variable <var>stream</var>, that performs the following steps:
>      </ol>
>    <li> Set <var>stream</var>@\[[writing]] to <b>true</b>.
>    <li> Let <var>writeResult</var> be PromiseInvokeOrNoop(<var>stream</var>@\[[underlyingSink]], <code>"write"</code>,
> -    «‍<var>writeRecord</var>.\[[chunk]]»).
> +    « <var>writeRecord</var>.\[[chunk]]»).

Seems wrong?

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

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