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() {