diff --git a/widget/button.go b/widget/button.go index 2c9a37d1..20fc773a 100644 --- a/widget/button.go +++ b/widget/button.go @@ -18,7 +18,7 @@ type Button struct { history []Click } -// Click represents a historic click. +// Click represents a past click. type Click struct { Position f32.Point Time time.Time