Skip to content

Commit e6eeb8d

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 756ab29 commit e6eeb8d

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
@@ -3262,7 +3262,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
32623262
</indexterm>
32633263
<function>right</function> ( <parameter>string</parameter> <type>text</type>,
32643264
<parameter>n</parameter> <type>integer</type> )
3265-
<type></type> )
32663265
<returnvalue>text</returnvalue>
32673266
</para>
32683267
<para>
@@ -3284,7 +3283,6 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
32843283
<function>rpad</function> ( <parameter>string</parameter> <type>text</type>,
32853284
<parameter>length</parameter> <type>integer</type>
32863285
<optional>, <parameter>fill</parameter> <type>text</type> </optional> )
3287-
<type></type> )
32883286
<returnvalue>text</returnvalue>
32893287
</para>
32903288
<para>

0 commit comments

Comments
 (0)