Skip to content

Commit

Permalink
language/display: fix Tag method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinms committed Feb 18, 2021
1 parent 75a595a commit fd7f650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/display/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd7f650

Please sign in to comment.