There was an error while loading. Please reload this page.
1 parent 155d176 commit 5b39699Copy full SHA for 5b39699
i18n/message_template.go
@@ -53,7 +53,7 @@ func (e pluralFormNotFoundError) Error() string {
53
}
54
55
// 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
+// Deprecated: This method is no longer used internally by go-i18n and it probably should not have been exported to
57
// begin with. Its replacement is not exported. If you depend on this method for some reason and/or have
58
// a use case for exporting execute, please file an issue.
59
func (mt *MessageTemplate) Execute(pluralForm plural.Form, data interface{}, funcs texttemplate.FuncMap) (string, error) {
0 commit comments