From b8cbc1e99d1781b8a8bf07871f78d5d2805dcde6 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 16 Apr 2020 19:15:10 +0200 Subject: [PATCH] widget: improve Click description Signed-off-by: Elias Naur --- widget/button.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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