]> granicus.if.org Git - postgis/commitdiff
grammatical error
authorRegina Obe <lr@pcorp.us>
Tue, 29 Jul 2008 15:46:59 +0000 (15:46 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 29 Jul 2008 15:46:59 +0000 (15:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2894 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 690dc940147d048d138d81f7161a472058c2a5c3..57188921c516883811188fcce4a47d0e8dcd14bc 100644 (file)
@@ -1408,8 +1408,8 @@ FROM
 
         <note><para>ST_Collect and ST_Union are often interchangeable.
             ST_Union is in general orders of magnitude slower than ST_Collect
-            because it does not tries to dissolve boundaries and reorder geometries to ensure that a constructed MultiPolygon doesn't
-                       have intersecting regions. .</para></note>
+            because it tries to dissolve boundaries and reorder geometries to ensure that a constructed Multi* doesn't
+                       have intersecting regions.</para></note>
                        
                <para>Performed by the GEOS module.</para>
                <para>NOTE: this function was formerly called GeomUnion(), which