Skip to content

Commit

Permalink
Typo correction in flag.go (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
riju91 authored and eparis committed Apr 12, 2018
1 parent 329ebf1 commit 583c0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flag.go
Expand Up @@ -279,7 +279,7 @@ func (f *FlagSet) VisitAll(fn func(*Flag)) {
}
}

// HasFlags returns a bool to indicate if the FlagSet has any flags definied.
// HasFlags returns a bool to indicate if the FlagSet has any flags defined.
func (f *FlagSet) HasFlags() bool {
return len(f.formal) > 0
}
Expand Down

0 comments on commit 583c0c0

Please sign in to comment.