From 02d308688576b95dcb0617d71628a9ae68db0745 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 10 Feb 2020 12:44:04 -0500 Subject: [PATCH] Fix typos in comments --- tea.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tea.go b/tea.go index afd2a20..5a97901 100644 --- a/tea.go +++ b/tea.go @@ -270,13 +270,13 @@ func (p *Program) processSubs(msgs chan Msg, activeSubs subManager) subManager { return activeSubs } -// AltScreen exits the altscreen. Just is just a wrapper around the termenv +// AltScreen exits the altscreen. This is just a wrapper around the termenv // function func AltScreen() { termenv.AltScreen() } -// ExitAltScreen exits the altscreen. Just is just a wrapper around the termenv +// ExitAltScreen exits the altscreen. This is just a wrapper around the termenv // function func ExitAltScreen() { termenv.ExitAltScreen()