Merge pull request #902 from benmoose/patch-1

Fix typo in DocGenerationFlag.TakesValue() docstring
This commit is contained in:
Lynn Cyrin (they/them)
2019-10-01 20:38:21 -07:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ type RequiredFlag interface {
type DocGenerationFlag interface { type DocGenerationFlag interface {
Flag 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 TakesValue() bool
// GetUsage returns the usage string for the flag // GetUsage returns the usage string for the flag