mirror of https://github.com/gdamore/tcell.git
Fix doc typo (#525)
This commit is contained in:
parent
1510fff44d
commit
6d3490a3ee
2
paste.go
2
paste.go
|
@ -27,7 +27,7 @@ type EventPaste struct {
|
||||||
t time.Time
|
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 {
|
func (ev *EventPaste) When() time.Time {
|
||||||
return ev.t
|
return ev.t
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue