From 3aba272a10405547206a75ef269ec51c998060bc Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 11 Jun 2020 21:38:27 -0400 Subject: [PATCH] Fix nonsensical comment --- renderer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renderer.go b/renderer.go index fee439d..dec7b4a 100644 --- a/renderer.go +++ b/renderer.go @@ -68,8 +68,8 @@ func (r *renderer) flush() { return } - // We haven an opportunity here to limit the rendering to the terminal width - // and height to the width of the terminal, but this would mean a few things: + // We have an opportunity here to limit the rendering to the terminal width + // and height, but this would mean a few things: // // 1) We'd need to maintain the terminal dimensions internally and listen // for window size changes.