- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 10 Feb 2015 11:14:40 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 10 February 2015 19:15:12 UTC
> @@ -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