Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1ba23f7

Browse files
committed
Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.
1 parent d64e81c commit 1ba23f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/intarray.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.9 2010/03/17 17:12:31 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.10 2010/05/05 15:10:25 heikki Exp $ -->
22

33
<sect1 id="intarray">
44
<title>intarray</title>
@@ -90,7 +90,7 @@
9090
<row>
9191
<entry><function>subarray(int[], int start, int len)</function></entry>
9292
<entry><type>int[]</type></entry>
93-
<entry>portion of array starting at position <parameter>start</>, len <parameter>elements</></entry>
93+
<entry>portion of array starting at position <parameter>start</>, <parameter>len</> elements</entry>
9494
<entry><literal>subarray('{1,2,3,2,1}'::int[], 2, 3)</literal></entry>
9595
<entry><literal>{2,3,2}</literal></entry>
9696
</row>

0 commit comments

Comments
 (0)