diff options
author | 2023-08-07 08:03:43 +0000 | |
---|---|---|
committer | 2023-08-07 08:03:43 +0000 | |
commit | aaa5985d7dc65b89970af32c6aadaa7d54d74255 (patch) | |
tree | 42d6d70bd72c8df93090fa7e65c311d4d77256cc /vendor/golang.org/x/text | |
parent | [chore] Remove go-playground/validator (#2069) (diff) | |
download | gotosocial-aaa5985d7dc65b89970af32c6aadaa7d54d74255.tar.xz |
[chore]: Bump golang.org/x/image from 0.9.0 to 0.11.0 (#2074)
Diffstat (limited to 'vendor/golang.org/x/text')
-rw-r--r-- | vendor/golang.org/x/text/language/match.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/text/language/match.go b/vendor/golang.org/x/text/language/match.go index ee45f4947..1153baf29 100644 --- a/vendor/golang.org/x/text/language/match.go +++ b/vendor/golang.org/x/text/language/match.go @@ -434,7 +434,7 @@ func newMatcher(supported []Tag, options []MatchOption) *matcher { // (their canonicalization simply substitutes a different language code, but // nothing else), the match confidence is Exact, otherwise it is High. for i, lm := range language.AliasMap { - // If deprecated codes match and there is no fiddling with the script or + // If deprecated codes match and there is no fiddling with the script // or region, we consider it an exact match. conf := Exact if language.AliasTypes[i] != language.Macro { |