fix(doc): Fix doc string
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user