diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-10-30 14:37:44 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-10-30 14:38:09 +0100 |
commit | 0f1fbe7122208f4734dcb285594d06e7ebd07b10 (patch) | |
tree | c160daf0fa73b6461eb1da9bf0f33780a03c409c /doc/src | |
parent | a87c0c7631d2ec738e78b909f5dcea16ea1e832f (diff) |
Fix typo
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/charset.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 63f7de5b438..6ea0ff18439 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -857,7 +857,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE'); <note> <para> By design, ICU will accept almost any string as a locale name and match - it to the closet locale it can provide, using the fallback procedure + it to the closest locale it can provide, using the fallback procedure described in its documentation. Thus, there will be no direct feedback if a collation specification is composed using features that the given ICU installation does not actually support. It is therefore recommended |