diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-05-25 12:49:26 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-05-25 12:49:26 +0200 |
commit | 913b3da6aeda3f887b8796d8098d7227d32580b9 (patch) | |
tree | b84b2026f961f08de60ff7d95ec491acfb63473c /doc/src | |
parent | 661bf96cd208238efb45c75e3af5ad400e5b0026 (diff) | |
download | postgresql-913b3da6aeda3f887b8796d8098d7227d32580b9.tar.gz postgresql-913b3da6aeda3f887b8796d8098d7227d32580b9.zip |
doc: fix typo in language tag documentation
Commit 1e16af8ab5 accidentally mistyped 'language' in one place.
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 9a93daf37d0..51746e83ae7 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -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> |