typo fixed

This commit is contained in:
Manfred Knobloch 2019-06-03 11:39:33 +02:00
parent e3d167bd7f
commit 636e2e439c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ a single delegate pattern.
<p>The main differences are that <code>PointerEvent</code> are fired for each
touch point, whereas the <code>TouchEvent</code> collects multiple
<code>TouchPoints</code> into a single event. The basic PointMap and Interaction
classes unify this behavior by collection all contact points regardless
classes unify this behavior by collecting all contact points regardless
of their original mouse, touch, or pointer events.</p>
<h2>
Point Maps