Skip to content

Commit

Permalink
internal/flags: fix godoc (ethereum#24734)
Browse files Browse the repository at this point in the history
  • Loading branch information
s7v7nislands authored and cp-wjhan committed Nov 30, 2022
1 parent ba231cb commit 7c2e940
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 7c2e940

Please sign in to comment.