Skip to content

Commit bff8d0f

Browse files
committed
Remove incorrect markup
Seems 737d69f made a copy/paste or automation error resulting in two extra right-parenthesis. Reported-By: Michael Vastola Backpatch-through: 13 Discussion: https://postgr.es/m/161051035421.12224.1741822783166533529@wrigleys.postgresql.org
1 parent 0685c5c commit bff8d0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,7 +3309,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
33093309
</indexterm>
33103310
<function>right</function> ( <parameter>string</parameter> <type>text</type>,
33113311
<parameter>n</parameter> <type>integer</type> )
3312-
<type></type> )
33133312
<returnvalue>text</returnvalue>
33143313
</para>
33153314
<para>
@@ -3331,7 +3330,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
33313330
<function>rpad</function> ( <parameter>string</parameter> <type>text</type>,
33323331
<parameter>length</parameter> <type>integer</type>
33333332
<optional>, <parameter>fill</parameter> <type>text</type> </optional> )
3334-
<type></type> )
33353333
<returnvalue>text</returnvalue>
33363334
</para>
33373335
<para>

0 commit comments

Comments
 (0)