Skip to content

Commit

Permalink
Correct doc comment per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Apr 29, 2022
1 parent a583a10 commit ddac788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion category.go
Expand Up @@ -81,7 +81,7 @@ func (c *commandCategory) VisibleCommands() []*Command {
// FlagCategories is a slice of *FlagCategory.
type FlagCategories []*FlagCategory

// FlagCategory is a category containing commands.
// FlagCategory is a category containing flags.
type FlagCategory struct {
Name string
Flags []Flag
Expand Down

0 comments on commit ddac788

Please sign in to comment.