From 37a85afcd10bc5c90461cc98ce47dc92ae2d52eb Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 10 Dec 2020 11:36:22 -0500 Subject: [PATCH] Fix a typo in a comment --- spinner/spinner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinner/spinner.go b/spinner/spinner.go index 5855b4e..fa813db 100644 --- a/spinner/spinner.go +++ b/spinner/spinner.go @@ -134,7 +134,7 @@ func (m Model) finished() bool { // Visible returns whether or not the view should be rendered. Works in // conjunction with Model.HideFor and Model.MinimumLifetimeReached. You should -// use this message directly to determine whether or not to render this view in +// use this method directly to determine whether or not to render this view in // the parent view and whether to continue sending spin messaging in the // parent update function. //