From 3b9d076c8097a85e9a7e4c84f9c026d23c09c7a2 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 5 Oct 2020 14:42:09 -0400 Subject: [PATCH] Fix typo in comment --- tea.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tea.go b/tea.go index 42d9f19..4078657 100644 --- a/tea.go +++ b/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