From f29570b1b09f7dcac499f1633f25cd59eb99d10f Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Tue, 23 May 2023 19:21:43 -0700 Subject: [PATCH] one more VSCode refactor clean up --- ui/controller/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/controller/controller.go b/ui/controller/controller.go index 1fb9bf5..5e84a6c 100644 --- a/ui/controller/controller.go +++ b/ui/controller/controller.go @@ -57,7 +57,7 @@ func (m *Controller) CloseEscapablePopUp() { } // If there is currently no modal popup managed by the Controller visible, -// then run f (which should create and show modal dialog) immediately. +// then run f (which should create and show a modal dialog) immediately. // else run f when the current modal dialog workflow has ended. func (m *Controller) QueueShowModalFunc(f func()) { if m.haveModal {