mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix simple typo in comment
Summary: Fix simple typo in comment. Changelog: [Internal] comment typo fix Differential Revision: D31251299 fbshipit-source-id: 210d52f236b00ed4edbd969a715d91eb2ad712a7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bf1a5ca8f1
commit
5c12a84c77
@@ -155,7 +155,7 @@ public class JSTouchDispatcher {
|
||||
mTargetCoordinates[1],
|
||||
mTouchEventCoalescingKeyHelper));
|
||||
} else if (action == MotionEvent.ACTION_POINTER_UP) {
|
||||
// Exactly onw of the pointers goes up
|
||||
// Exactly one of the pointers goes up
|
||||
eventDispatcher.dispatchEvent(
|
||||
TouchEvent.obtain(
|
||||
getSurfaceId(),
|
||||
|
||||
Reference in New Issue
Block a user