We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea49e3e commit b4bca84Copy full SHA for b4bca84
language/display/display.go
@@ -85,7 +85,7 @@ func Script(script interface{}) Formatter {
85
return Formatter{scriptFunc, script}
86
}
87
88
-// 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
89
// language. tag may be a language.Tag.
90
// It renders tag in the default language if no translation for the current
91
// language is supported.
0 commit comments