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 }