Skip to content

Commit

Permalink
internal/flags: fix godoc (#24734)
Browse files Browse the repository at this point in the history
  • Loading branch information
s7v7nislands committed Apr 23, 2022
1 parent a15a32a commit 2951b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flags/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type FlagGroup struct {
Flags []cli.Flag
}

// byCategory sorts an array of FlagGroup by Name in the order
// ByCategory sorts an array of FlagGroup by Name in the order
// defined in AppHelpFlagGroups.
type ByCategory []FlagGroup

Expand Down

0 comments on commit 2951b50

Please sign in to comment.