--- a/touchevents.html Tue Apr 26 08:45:44 2011 -0700
+++ b/touchevents.html Tue Apr 26 08:46:48 2011 -0700
@@ -200,15 +200,15 @@
<dl title='interface TouchList' class='idl'>
<dt>readonly attribute unsigned long length</dt>
<dd>
- returns the number of touches in the list
+ returns the number of <a>Touch</a>es in the list
</dd>
<dt>caller getter <a>Touch</a> item (in unsigned long <a>index</a>)</dt>
<dd>
- returns the touches with index <a>index</a> from the list, sorted in order from latest to earliest
+ returns the <a>Touch</a> with index <a>index</a> from the list, sorted in order from latest to earliest
</dd>
<dt>caller getter <a>Touch</a> identifiedPoint (in long <a>identifier</a>)</dt>
<dd>
- returns the first touches with long <a>identifier</a> from the list
+ returns the first <a>Touch</a> with long <a>identifier</a> from the list
</dd>
</dl>
</section>