More "foo of bar" -> "bar.foo"
authorTakeshi Yoshino <tyoshino@google.com>
Mon, 09 Dec 2013 22:47:12 +0900
changeset 108 2cd69f4494a8
parent 107 276491848949
child 109 44cada6acb2f
More "foo of bar" -> "bar.foo"
Overview.htm
--- a/Overview.htm	Mon Dec 09 22:44:43 2013 +0900
+++ b/Overview.htm	Mon Dec 09 22:47:12 2013 +0900
@@ -698,9 +698,9 @@
 									<li>
 										<dl class="switch">
 											<dt>If <var>latchedType</var> is "<code>none</code>"</dt>
-											<dd>Set <a href="#widl-ByteStreamReadResult-data">data</a> of <var>result</var> to <code>undefined</code></dd>
+											<dd>Set <var>result</var>.<a href="#widl-ByteStreamReadResult-data">data</a> to <code>undefined</code></dd>
 											<dt>Otherwise</dt>
-											<dd>Set <a href="#widl-ByteStreamReadResult-data">data</a> of <var>result</var> to an object of the type specified by <var>latchedType</var> which represents <var>readBytes</var></dd>
+											<dd>Set <var>result</var>.<a href="#widl-ByteStreamReadResult-data">data</a> to an object of the type specified by <var>latchedType</var> which represents <var>readBytes</var></dd>
 										</dl>
 									</li>
 									<li>Set <a href="#widl-ByteStreamReadResult-eof">eof</a> of <var>result</var> to <code>true</code> if <a>readDataBuffer</a> is empty and <a>eofReached</a> is set</li>