]> granicus.if.org Git - postgis/commitdiff
Fix typo in documentation for ST_AsEncodedPolyline
authorSandro Santilli <strk@keybit.net>
Thu, 2 Oct 2014 15:49:23 +0000 (15:49 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 2 Oct 2014 15:49:23 +0000 (15:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13029 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_output.xml

index d0a8980333cc1840f3d87c49d46db5e5e9b79a42..f0f968ff94bb8285d765550ae27a957fda5eaaf2 100644 (file)
@@ -1284,7 +1284,7 @@ SELECT 'LINESTRING(6 5, 1 7)'::geometry AS geom, 2 AS id) foo;
     <refsynopsisdiv>
     <funcsynopsis>
       <funcprototype>
-      <funcdef>test <function>ST_AsEncodedPolyline</function></funcdef>
+      <funcdef>text <function>ST_AsEncodedPolyline</function></funcdef>
       <paramdef><type>geometry</type> <parameter>geom</parameter></paramdef>
       <paramdef choice="opt"><type>integer </type> <parameter>precision=5</parameter></paramdef>
       </funcprototype>