--- a/touchevents.html Wed Apr 27 12:47:50 2011 -0700
+++ b/touchevents.html Wed Apr 27 12:49:31 2011 -0700
@@ -198,11 +198,11 @@
<dd>
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>
+ <dt>getter <a>Touch</a> item (in unsigned long <a>index</a>)</dt>
<dd>
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> identifiedTouch (in long <a>identifier</a>)</dt>
+ <dt><a>Touch</a> identifiedTouch (in long <a>identifier</a>)</dt>
<dd>
returns the first <a>Touch</a> with long <a>identifier</a> from the list
</dd>