Fix comment language

This commit is contained in:
Andy Feller 2025-04-02 18:32:37 -04:00
parent 3eca268a7f
commit 5f03c208a1

View file

@ -37,7 +37,7 @@ type Config interface {
// Browser returns the configured browser, optionally scoped by host.
Browser(hostname string) ConfigEntry
// ColorLabels returns the configured colorize labels setting, optionally scoped by host.
// ColorLabels returns the configured color_label setting, optionally scoped by host.
ColorLabels(hostname string) ConfigEntry
// Editor returns the configured editor, optionally scoped by host.
Editor(hostname string) ConfigEntry