console: fixed comment typo

This commit is contained in:
hackyminer
2018-08-18 06:07:20 +09:00
parent 99e1a5e0fb
commit 0fd02fe9cf
3 changed files with 6 additions and 6 deletions

View File

@ -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