internal/flags: fix godoc (#24734)

pull/24745/head^2
s7v7nislands 2 years ago committed by GitHub
parent a15a32a2f1
commit 2951b50bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      internal/flags/helpers.go

@ -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

Loading…
Cancel
Save