Skip to content

Commit 1f80fa2

Browse files
authoredMar 12, 2024··
chore: remove repetitive words (#2122)
Signed-off-by: racerole <[email protected]>
1 parent c69ae4c commit 1f80fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎doc/md_docs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func GenMarkdownTree(cmd *cobra.Command, dir string) error {
128128
return GenMarkdownTreeCustom(cmd, dir, emptyStr, identity)
129129
}
130130

131-
// GenMarkdownTreeCustom is the the same as GenMarkdownTree, but
131+
// GenMarkdownTreeCustom is the same as GenMarkdownTree, but
132132
// with custom filePrepender and linkHandler.
133133
func GenMarkdownTreeCustom(cmd *cobra.Command, dir string, filePrepender, linkHandler func(string) string) error {
134134
for _, c := range cmd.Commands() {

‎doc/rest_docs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func GenReSTTree(cmd *cobra.Command, dir string) error {
140140
return GenReSTTreeCustom(cmd, dir, emptyStr, defaultLinkHandler)
141141
}
142142

143-
// GenReSTTreeCustom is the the same as GenReSTTree, but
143+
// GenReSTTreeCustom is the same as GenReSTTree, but
144144
// with custom filePrepender and linkHandler.
145145
func GenReSTTreeCustom(cmd *cobra.Command, dir string, filePrepender func(string) string, linkHandler func(string, string) string) error {
146146
for _, c := range cmd.Commands() {

0 commit comments

Comments
 (0)
Please sign in to comment.