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/[email protected]
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

-2
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)