Minor typo fixes
authorTakeshi Yoshino <tyoshino@google.com>
Tue, 12 Nov 2013 06:14:31 +0900
changeset 61 4fb5bd5ad50e
parent 60 8a7f99536516
child 62 e2b01e451a34
Minor typo fixes
preview.html
--- a/preview.html	Tue Nov 12 05:56:48 2013 +0900
+++ b/preview.html	Tue Nov 12 06:14:31 2013 +0900
@@ -568,9 +568,12 @@
 								<dd>
 									<ol>
 										<li>
-											Wait until bytes become available for read which will be converted into non-empty <a>DOMString</a> when decoded using <var>latchedEncoding</var>, or <a>the EOF is reached</a>
+											Wait until bytes become available for read which will be converted into a non-empty <a>DOMString</a> when decoded using <var>latchedEncoding</var>, or <a>the EOF is reached</a>
 										</li>
-										<li>If <a>the EOF is reached</a>, let <var>readBytes</var> be all bytes until EOF if <a>the EOF is reached</a>. Otherwise, let <var>readBytes</var> be the bytes which will be converted into non-empty <a>DOMString</a></li>
+										<li>
+											If <a>the EOF is reached</a>, let <var>readBytes</var> be all bytes until EOF.
+											Otherwise, let <var>readBytes</var> be the bytes which can be converted into a non-empty <a>DOMString</a>.
+										</li>
 										<li>Let <var>readData</var> be the result of decoding the bytes using <var>latchedEncoding</var></li>
 									</ol>
 								</dd>
@@ -578,8 +581,11 @@
 								<dd>
 									<ol>
 										<li>Wait until non-zero number of bytes become avalable for read, or <a>the EOF is reached</a></li>
-										<li>If <a>the EOF is reached</a>, let <var>readBytes</var> be all bytes until EOF if <a>the EOF is reached</a>. Otherwise, let <var>readBytes</var> be the readable bytes</a></li>
-										<li>Let <var>readData</var> be an object of the type specified by <var>latchedType</var> which represents the bytes</li>
+										<li>
+											If <a>the EOF is reached</a>, let <var>readBytes</var> be all bytes until EOF.
+											Otherwise, let <var>readBytes</var> be the readable bytes
+										</li>
+										<li>Let <var>readData</var> be an object of the type specified by <var>latchedType</var> which represents <var>readBytes</var></li>
 									</ol>
 								</dd>
 							</dl>