From: Heikki Linnakangas Date: Wed, 5 May 2010 15:14:24 +0000 (+0000) Subject: Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru. X-Git-Tag: REL8_3_11~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e23e159677e405c07ab2bc2ce5badf2219b6b4f;p=thirdparty%2Fpostgresql.git Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru. --- diff --git a/doc/src/sgml/intarray.sgml b/doc/src/sgml/intarray.sgml index 95121c1e9ba..85db3c19e69 100644 --- a/doc/src/sgml/intarray.sgml +++ b/doc/src/sgml/intarray.sgml @@ -1,4 +1,4 @@ - + intarray @@ -90,7 +90,7 @@ subarray(int[], int start, int len) int[] - portion of array starting at position start, len elements + portion of array starting at position start, len elements subarray('{1,2,3,2,1}'::int[], 2, 3) {2,3,2}