]> granicus.if.org Git - postgis/commitdiff
fix typos in ST_MakeEnvelope (at least he tries :) )
authorRegina Obe <lr@pcorp.us>
Mon, 16 Nov 2009 19:04:08 +0000 (19:04 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 16 Nov 2009 19:04:08 +0000 (19:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4833 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml

index a07e257ff8e544604232f2d91657921b1799a4fe..57c7cf454aef48a1a7838cf4e5c0def43b089665 100644 (file)
@@ -1127,9 +1127,9 @@ LINESTRING(1 2 3,3 4 5,6 6 6)
                </refsection>
 
                <refsection>
-               <title>Example: Building an bounding box polygon</title>
+               <title>Example: Building a bounding box polygon</title>
                 <programlisting>
-SELECT ST_AsText(ST_MakePolygon(10, 10, 11, 11, 4326));
+SELECT ST_AsText(ST_MakeEnvelope(10, 10, 11, 11, 4326));
 
 st_asewkt
 -----------