From: Regina Obe Date: Sat, 21 Nov 2009 03:31:51 +0000 (+0000) Subject: grammar correction X-Git-Tag: 1.5.0b1~197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41c2b6b25af8bcc0dc4766f9668e8d63fa24edae;p=postgis grammar correction git-svn-id: http://svn.osgeo.org/postgis/trunk@4875 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_editor.xml b/doc/reference_editor.xml index 4228507cf..0603b0eb3 100644 --- a/doc/reference_editor.xml +++ b/doc/reference_editor.xml @@ -609,7 +609,7 @@ MULTILINESTRING((-45.2 -33.2,-46 -32),(-29 -27,-30 -29.7,-36 -31,-45 -33)) ST_CollectionExtract - Given a GEOMETRYCOLLECTION, returns the a MULTI* geometry consisting only the specified type. Sub-geometries that are not + Given a GEOMETRYCOLLECTION, returns a MULTI* geometry consisting only of the specified type. Sub-geometries that are not the specified type are ignored. If there are no sub-geometries of the right type, an EMPTY collection will be returned. Only points, lines and polygons are supported. Type numbers are 1 == POINT, 2 == LINESTRING, 3 == POLYGON. @@ -627,7 +627,7 @@ MULTILINESTRING((-45.2 -33.2,-46 -32),(-29 -27,-30 -29.7,-36 -31,-45 -33)) Description - Given a GEOMETRYCOLLECTION, returns the a MULTI* geometry consisting only the specified type. Sub-geometries that are not + Given a GEOMETRYCOLLECTION, returns a MULTI* geometry consisting only of the specified type. Sub-geometries that are not the specified type are ignored. If there are no sub-geometries of the right type, an EMPTY collection will be returned. Only points, lines and polygons are supported. Type numbers are 1 == POINT, 2 == LINESTRING, 3 == POLYGON.