mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Fix typo in comment
This commit is contained in:
2
tea.go
2
tea.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user