Skip to content

Commit

Permalink
Typo: pointerrawmove > pointerrawupdate
Browse files Browse the repository at this point in the history
Not sure where `pointerrawmove` came from ... I must have hallucinated it
  • Loading branch information
patrickhlauke committed Aug 3, 2023
1 parent 2f613d9 commit b2e87bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ <h2><dfn>Predicted events</dfn></h2>
Untrusted events have their <a>predicted events list</a> initialized to the value passed to the
constructor.</p>
<div class="note">
<p>While <code>pointerrawmove</code> events may have a non-empty <a>coalesced events list</a>,
<p>While <code>pointerrawupdate</code> events may have a non-empty <a>coalesced events list</a>,
their <a>predicted events list</a> will, for performance reasons, usually be an empty list.</p>
</div>
<p>The number of events in the list and how far they are from the current timestamp are determined by
Expand Down

0 comments on commit b2e87bf

Please sign in to comment.