From fd7f6501c5c677ba7f1d6779bb88cbf82c9a6f10 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Wed, 17 Feb 2021 21:57:05 -0500 Subject: [PATCH] language/display: fix Tag method comment --- language/display/display.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/display/display.go b/language/display/display.go index d043da907..31bdd6c6b 100644 --- a/language/display/display.go +++ b/language/display/display.go @@ -85,7 +85,7 @@ func Script(script interface{}) Formatter { return Formatter{scriptFunc, script} } -// Script returns a Formatter that renders the name for tag in the current +// Tag returns a Formatter that renders the name for tag in the current // language. tag may be a language.Tag. // It renders tag in the default language if no translation for the current // language is supported.