From d91fd27359d872698986b0dbb9532a9a455a44e9 Mon Sep 17 00:00:00 2001 From: Marwan Hawari <59078997+marwanhawari@users.noreply.github.com> Date: Sat, 5 Mar 2022 11:44:13 -0800 Subject: [PATCH] fix documentation comment --- lib/ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui.go b/lib/ui.go index a74ebea..168d35c 100644 --- a/lib/ui.go +++ b/lib/ui.go @@ -56,7 +56,7 @@ func WarningPromptConfirm(message string) (bool, error) { return result, nil } -// WarningPromptInput launches the input UI with a warning styling +// warningPromptInput launches the input UI with a warning styling func warningPromptInput(message string, defaultInput string) (string, error) { result := "" prompt := &survey.Input{