internal/flags: fix godoc (#24734)

This commit is contained in:
s7v7nislands 2022-04-23 22:52:26 +08:00 committed by GitHub
parent a15a32a2f1
commit 2951b50bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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