Skip to content

Commit

Permalink
Fix doc typo (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiassjosten committed Apr 16, 2022
1 parent 1510fff commit 6d3490a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paste.go
Expand Up @@ -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
}
Expand Down

0 comments on commit 6d3490a

Please sign in to comment.