Rephrased dataSink definition
authorTakeshi Yoshino <tyoshino@google.com>
Sat, 07 Dec 2013 02:19:01 +0900
changeset 88 ef2c58cd8563
parent 87 dcf26e7c77fe
child 89 9ff7e872e1e8
Rephrased dataSink definition
Overview.htm
--- a/Overview.htm	Sat Dec 07 02:05:20 2013 +0900
+++ b/Overview.htm	Sat Dec 07 02:19:01 2013 +0900
@@ -348,7 +348,8 @@
 		</p>
 
 		<p>
-			A WritableByteStream has an associated data sink identified by <dfn>dataSink</dfn>, which notifies the WritableByteStream of the number of bytes the data sink can newly accept.
+			The actual data consumer behind the WritableByteStream is called a data sink and is identified by <dfn>dataSink</dfn>.
+			A data sink consumes byte streams and notifies the WritableByteStream of the number of bytes the data sink can newly accept.
 		</p>
 
 		<p>