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 {