Break at the end of a sentence
authorTakeshi Yoshino <tyoshino@google.com>
Wed, 11 Dec 2013 21:51:25 +0900
changeset 120 1eab5673997f
parent 114 6cd4d6696cb8
child 121 cbc891d653dd
Break at the end of a sentence
Overview.htm
--- a/Overview.htm	Tue Dec 10 14:25:02 2013 +0900
+++ b/Overview.htm	Wed Dec 11 21:51:25 2013 +0900
@@ -1054,10 +1054,12 @@
 				A <dfn>data source</dfn> can be anything that:
 				<ul>
 					<li>
-						Produces bytes. Newly produced bytes will be delivered to the associated <a>ReadableByteStream</a>.
+						Produces bytes.
+						Newly produced bytes will be delivered to the associated <a>ReadableByteStream</a>.
 					</li>
 					<li>
-						Accepts requests for production of bytes from a <a>ReadableByteStream</a>. A byte production request consists of an integer indicating the number of bytes to produce in addition to already requested ones.
+						Accepts requests for production of bytes from a <a>ReadableByteStream</a>.
+						A byte production request consists of an integer indicating the number of bytes to produce in addition to already requested ones.
 						Interpretation of the request is up to data sources.
 						Data sources may respond to retrieval requests with data larger than requested.
 						Requests and delivery of bytes don't need to 1-to-1 correspond.