Small typo in func.sgml - Mailing list pgsql-docs

From Tatsuo Ishii
Subject Small typo in func.sgml
Date
Msg-id 20191119.222048.49467220816510881.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: Small typo in func.sgml  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-docs
There's a very small typo in func.sgml. Patch attached.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 28eb322f3f..e8082c05c9 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -20927,7 +20927,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
         (<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
        </entry>
        <entry>
-        Copies an existing logical replication slot name <parameter>src_slot_name</parameter>
+        Copies an existing logical replication slot named <parameter>src_slot_name</parameter>
         to a logical replication slot named <parameter>dst_slot_name</parameter>
         while changing the output plugin and persistence. The copied logical slot starts
         from the same <acronym>LSN</acronym> as the source logical slot. Both

pgsql-docs by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: documentation for WITH RECURSIVE
Next
From: Daniel Gustafsson
Date:
Subject: Re: Small typo in func.sgml