]> granicus.if.org Git - postgis/commitdiff
grammar correction
authorRegina Obe <lr@pcorp.us>
Sat, 21 Nov 2009 03:31:51 +0000 (03:31 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 21 Nov 2009 03:31:51 +0000 (03:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4875 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_editor.xml

index 4228507cfa6ea9387612e8351dbdf05103c8bea7..0603b0eb36c0aa954a99ec842e394b45b9207688 100644 (file)
@@ -609,7 +609,7 @@ MULTILINESTRING((-45.2 -33.2,-46 -32),(-29 -27,-30 -29.7,-36 -31,-45 -33))
                <refnamediv>
                        <refname>ST_CollectionExtract</refname>
 
-                       <refpurpose>Given a GEOMETRYCOLLECTION, returns the a MULTI* geometry consisting only the specified type. Sub-geometries that are not
+                       <refpurpose>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.</refpurpose>
                </refnamediv>
@@ -627,7 +627,7 @@ MULTILINESTRING((-45.2 -33.2,-46 -32),(-29 -27,-30 -29.7,-36 -31,-45 -33))
                <refsection>
                        <title>Description</title>
 
-                       <para>Given a GEOMETRYCOLLECTION, returns the a MULTI* geometry consisting only the specified type. Sub-geometries that are not
+                       <para>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.</para>