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 sadoci committed Jan 27, 2023
1 parent df8a5e4 commit 0142c06
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 0142c06

Please sign in to comment.