1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

doc: fix typo in language tag documentation

Commit 1e16af8ab5 accidentally mistyped 'language' in one place.
This commit is contained in:
Daniel Gustafsson
2023-05-25 12:49:26 +02:00
parent 661bf96cd2
commit 913b3da6ae

View File

@ -1017,7 +1017,7 @@ CREATE COLLATION german (provider = icu, locale = 'de-DE');
</para>
<para>
New ICU collations can customize collation behavior extensively by
including collation attributes in the langugage tag. See <xref
including collation attributes in the language tag. See <xref
linkend="icu-custom-collations"/> for details and examples.
</para>
</sect4>