Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Feb 18, 2018
1 parent 4881f54 commit 4dbd0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion option.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func OptionParser(x ConsoleParser) Option {
}
}

// OptionWriter to set a custom ConsoleWriter object. An argument should implement ConsoleWriter interace.
// OptionWriter to set a custom ConsoleWriter object. An argument should implement ConsoleWriter interface.
func OptionWriter(x ConsoleWriter) Option {
return func(p *Prompt) error {
p.renderer.out = x
Expand Down

0 comments on commit 4dbd0dc

Please sign in to comment.