Skip to content

Commit

Permalink
fix typo in flag.go docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoose committed Sep 28, 2019
1 parent 6b59274 commit d509d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flag.go
Expand Up @@ -86,7 +86,7 @@ type RequiredFlag interface {
type DocGenerationFlag interface {
Flag

// TakesValue returns true of the flag takes a value, otherwise false
// TakesValue returns true if the flag takes a value, otherwise false
TakesValue() bool

// GetUsage returns the usage string for the flag
Expand Down

0 comments on commit d509d6b

Please sign in to comment.