From 2951b50bae255689708782c8be15367729de0060 Mon Sep 17 00:00:00 2001 From: s7v7nislands Date: Sat, 23 Apr 2022 22:52:26 +0800 Subject: [PATCH] internal/flags: fix godoc (#24734) --- internal/flags/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags/helpers.go b/internal/flags/helpers.go index 095df0380..742917993 100644 --- a/internal/flags/helpers.go +++ b/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