From 78e4c384e9609550994b9a8d899c7bdea6ea8064 Mon Sep 17 00:00:00 2001 From: luozexuan Date: Sun, 30 Mar 2025 16:36:03 +0800 Subject: [PATCH] chore: fix typo in comment Signed-off-by: luozexuan --- i18n/localizer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/localizer.go b/i18n/localizer.go index a3a23599..6d0a3a42 100644 --- a/i18n/localizer.go +++ b/i18n/localizer.go @@ -17,7 +17,7 @@ import ( // ["en-US", "en-GB", "en-IE", "en"] and the locale "en" is asked, the underlying matching // algorithm will return "en-US" thinking it is the best match possible. More information // about the algorithm in this Github issue: https://github.com/golang/go/issues/49176. -// There is additionnal informations inside the Go code base: +// There is additional informations inside the Go code base: // https://github.com/golang/text/blob/master/language/match.go#L142 type Localizer struct { // bundle contains the messages that can be returned by the Localizer.