From b998f3912de562ea6f51ce3068d0824e2e57d2ee Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Sun, 21 Aug 2022 11:11:39 +0800 Subject: [PATCH] remove duplicate "the" words in comments --- internal/docs/markdown.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/docs/markdown.go b/internal/docs/markdown.go index fc98b2810..74f505a6b 100644 --- a/internal/docs/markdown.go +++ b/internal/docs/markdown.go @@ -190,7 +190,7 @@ func GenMarkdownTree(cmd *cobra.Command, dir string) error { return GenMarkdownTreeCustom(cmd, dir, emptyStr, identity) } -// GenMarkdownTreeCustom is the the same as GenMarkdownTree, but +// GenMarkdownTreeCustom is the same as GenMarkdownTree, but // with custom filePrepender and linkHandler. func GenMarkdownTreeCustom(cmd *cobra.Command, dir string, filePrepender, linkHandler func(string) string) error { for _, c := range cmd.Commands() {