Merge pull request #902 from benmoose/patch-1

Fix typo in DocGenerationFlag.TakesValue() docstring
main
Lynn Cyrin (they/them) 5 years ago committed by GitHub
commit 63cd2e3d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save