From fe472ed6fdb209a92892e11e9e2464fc8e87d680 Mon Sep 17 00:00:00 2001 From: Karanveer Singh <7011511+karanveersp@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:31:01 -0400 Subject: [PATCH] Typo fix in comment --- prompt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt.go b/prompt.go index 8e35123..acf8ae9 100644 --- a/prompt.go +++ b/prompt.go @@ -26,7 +26,7 @@ type Prompt struct { // other than automatically clears the default value. AllowEdit bool - // Validate is an optional function that fill be used against the entered value in the prompt to validate it. + // Validate is an optional function that will be used against the entered value in the prompt to validate it. Validate ValidateFunc // Mask is an optional rune that sets which character to display instead of the entered characters. This