Skip to content

Commit 5b39699

Browse files
committed
fix typo
1 parent 155d176 commit 5b39699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎i18n/message_template.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (e pluralFormNotFoundError) Error() string {
5353
}
5454

5555
// Execute executes the template for the plural form and template data.
56-
// Deprecated: This message is no longer used internally by go-i18n and it probably should not have been exported to
56+
// Deprecated: This method is no longer used internally by go-i18n and it probably should not have been exported to
5757
// begin with. Its replacement is not exported. If you depend on this method for some reason and/or have
5858
// a use case for exporting execute, please file an issue.
5959
func (mt *MessageTemplate) Execute(pluralForm plural.Form, data interface{}, funcs texttemplate.FuncMap) (string, error) {

0 commit comments

Comments
 (0)