From f1410295b82334c56c237e009edd7178fec03bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sj=C3=B6sten?= <65159+tobiassjosten@users.noreply.github.com> Date: Sat, 16 Apr 2022 07:59:36 +0200 Subject: [PATCH] Fix doc typo --- paste.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paste.go b/paste.go index 71cf8b1c..cbe6979f 100644 --- a/paste.go +++ b/paste.go @@ -27,7 +27,7 @@ type EventPaste struct { t time.Time } -// When returns the time when this EventMouse was created. +// When returns the time when this EventPaste was created. func (ev *EventPaste) When() time.Time { return ev.t }