From 36c7fda5509aec121e0bc87ef09541fe7c5d6de7 Mon Sep 17 00:00:00 2001 From: s7v7nislands Date: Fri, 22 Apr 2022 12:02:01 +0800 Subject: [PATCH] internal/flags: fix godoc --- 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 095df03807d7..742917993d6d 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