Skip to content

Commit fd7f650

Browse files
committed
language/display: fix Tag method comment
1 parent 75a595a commit fd7f650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: language/display/display.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func Script(script interface{}) Formatter {
8585
return Formatter{scriptFunc, script}
8686
}
8787

88-
// Script returns a Formatter that renders the name for tag in the current
88+
// Tag returns a Formatter that renders the name for tag in the current
8989
// language. tag may be a language.Tag.
9090
// It renders tag in the default language if no translation for the current
9191
// language is supported.

0 commit comments

Comments
 (0)