]> granicus.if.org Git - postgis/commitdiff
Corrected return type of ST_ForceRHR in docs.
authorSandro Santilli <strk@keybit.net>
Thu, 3 Dec 2015 18:46:36 +0000 (18:46 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 3 Dec 2015 18:46:36 +0000 (18:46 +0000)
Patch by Sergey Fedoseev <fedoseev.sergey@gmail.com>

Closes https://github.com/postgis/postgis/pull/78

git-svn-id: http://svn.osgeo.org/postgis/trunk@14470 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_editor.xml

index d0f2e95fdc88e39e3306dce46dfedb98a9bb4092..c00060e44e37273213c79345eee1630751b290a9 100644 (file)
@@ -577,7 +577,7 @@ GEOMETRYCOLLECTION(
                <refsynopsisdiv>
                        <funcsynopsis>
                                <funcprototype>
-                                       <funcdef>boolean
+                                       <funcdef>geometry
                                                <function>ST_ForceRHR</function></funcdef>
                                                <paramdef><type>geometry</type> <parameter>g</parameter></paramdef>
                                </funcprototype>