diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-08-20 20:12:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-20 20:12:48 +0800 |
commit | 87f294aa0b9cf209ad80f8a0a189e0cdcc71e223 (patch) | |
tree | e155cdaa29c0232e3412c2562b9388eb65910ce7 /console/prompter.go | |
parent | 68f0a414eadda4c5485e4e96bda9c4b8b54eda6d (diff) | |
parent | 0fd02fe9cff54a5edce87588ed780c76a95329fd (diff) | |
download | go-tangerine-87f294aa0b9cf209ad80f8a0a189e0cdcc71e223.tar go-tangerine-87f294aa0b9cf209ad80f8a0a189e0cdcc71e223.tar.gz go-tangerine-87f294aa0b9cf209ad80f8a0a189e0cdcc71e223.tar.bz2 go-tangerine-87f294aa0b9cf209ad80f8a0a189e0cdcc71e223.tar.lz go-tangerine-87f294aa0b9cf209ad80f8a0a189e0cdcc71e223.tar.xz go-tangerine-87f294aa0b9cf209ad80f8a0a189e0cdcc71e223.tar.zst go-tangerine-87f294aa0b9cf209ad80f8a0a189e0cdcc71e223.zip |
Merge pull request #17437 from hackmod/console-typo
console: fixed comment typo
Diffstat (limited to 'console/prompter.go')
-rw-r--r-- | console/prompter.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/prompter.go b/console/prompter.go index c477b4817..9b90034db 100644 --- a/console/prompter.go +++ b/console/prompter.go @@ -27,7 +27,7 @@ import ( // Only this reader may be used for input because it keeps an internal buffer. var Stdin = newTerminalPrompter() -// UserPrompter defines the methods needed by the console to promt the user for +// UserPrompter defines the methods needed by the console to prompt the user for // various types of inputs. type UserPrompter interface { // PromptInput displays the given prompt to the user and requests some textual |