fix(doc): Fix doc string

This commit is contained in:
2025-07-06 11:52:48 +02:00
parent 7e76543c48
commit a0eb3c0bb6

View File

@@ -84,7 +84,7 @@ func init() {
} }
} }
// Generate the help for the labels. // GetLabelHelp return the help for the labels.
func GetLabelHelp(asMarkdown bool) string { func GetLabelHelp(asMarkdown bool) string {
names := GetLabelNames() // sorted names := GetLabelNames() // sorted
if !asMarkdown { if !asMarkdown {