Fix doc typo (#525)

This commit is contained in:
Tobias Sjösten 2022-04-16 17:22:12 +02:00 committed by GitHub
parent 1510fff44d
commit 6d3490a3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}