mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-29 13:49:10 +08:00
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…
x
Reference in New Issue
Block a user