Skip to content

Commit

Permalink
Merge pull request #902 from benmoose/patch-1
Browse files Browse the repository at this point in the history
Fix typo in DocGenerationFlag.TakesValue() docstring
  • Loading branch information
Lynn Cyrin (they/them) committed Oct 2, 2019
2 parents 6b59274 + d509d6b commit 63cd2e3
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 63cd2e3

Please sign in to comment.