Fix typos in previous commit
authorMatt Brubeck <mbrubeck@mozilla.com>
Tue, 26 Apr 2011 08:46:48 -0700
changeset 47 926af59e3515
parent 46 e761aa494278
child 48 a217ab1b3f14
Fix typos in previous commit
touchevents.html
--- 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>