From 5c3dcc6f9a07dc22a26319616adc2c63e33da966 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 11 Aug 2019 18:57:12 +0200 Subject: [PATCH] ui/gesture: typo Signed-off-by: Elias Naur --- ui/gesture/gesture.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gesture/gesture.go b/ui/gesture/gesture.go index 0ab29582..da120550 100644 --- a/ui/gesture/gesture.go +++ b/ui/gesture/gesture.go @@ -40,7 +40,7 @@ type ClickEvent struct { type ClickType uint8 -// Scroll detects scroll gestures and reduce them to +// Scroll detects scroll gestures and reduces them to // scroll distances. Scroll recognizes mouse wheel // movements as well as drag and fling touch gestures. type Scroll struct {