Skip to content

Commit 2fba542

Browse files
authored
Updated minor typo.
1 parent 61aa5eb commit 2fba542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This extension expands the behaviors supported by the A & B buttons. It support
44

55
These behave a lot like the touch screen, where the user can tap, double tap, or hold down.
66

7-
They are different than ``[input.onButtonPressed()]``, which detects when a button is pressed. When a button is "double clicked" would call the event handler twice. Holding a button would cause the event handler to be called once. There would be easy way to distinguish between the three different types of behavior.
7+
They are different than ``[input.onButtonPressed()]``, which detects when a button is pressed. When a button is "double clicked" would call the event handler twice. Holding a button would cause the event handler to be called once. The basic eveng handler does not have an be easy way to distinguish between the three different types of behavior.
88

99

1010
# Single Button Clicks

0 commit comments

Comments
 (0)