internal/flags: fix godoc (#24734)

This commit is contained in:
s7v7nislands
2022-04-23 16:52:26 +02:00
committed by GitHub
parent a15a32a2f1
commit 2951b50bae
+1 -1
View File
@@ -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