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, I see. I copied your U+200D while replaced it with SP at writeRecord. I wasn't aware that. Anyway, thanks for fixing and committing.

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

Received on Wednesday, 25 February 2015 06:57:59 UTC