Fix typo in comment

This commit is contained in:
Christian Rocha
2020-10-05 14:42:09 -04:00
parent f20aa485db
commit 3b9d076c80

2
tea.go
View File

@@ -88,7 +88,7 @@ type quitMsg struct{}
// can send a batchMsg with Batch.
type batchMsg []Cmd
// WindowSizeMsg is used to report on the terminal size. Its sent to Update
// WindowSizeMsg is used to report on the terminal size. It's sent to Update
// once initially and then on every terminal resize.
type WindowSizeMsg struct {
Width int