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]]»).

Oh weird I was using some multibyte left angle quote here... you inserted a space but you also fixed that. So strange.

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

Received on Tuesday, 10 February 2015 19:15:12 UTC