[postgis-tickets] r14470 - Corrected return type of ST_ForceRHR in docs.
Sandro Santilli
strk at keybit.net
Thu Dec 3 10:46:37 PST 2015
Author: strk
Date: 2015-12-03 10:46:36 -0800 (Thu, 03 Dec 2015)
New Revision: 14470
Modified:
trunk/doc/reference_editor.xml
Log:
Corrected return type of ST_ForceRHR in docs.
Patch by Sergey Fedoseev <fedoseev.sergey at gmail.com>
Closes https://github.com/postgis/postgis/pull/78
Modified: trunk/doc/reference_editor.xml
===================================================================
--- trunk/doc/reference_editor.xml 2015-12-02 04:58:36 UTC (rev 14469)
+++ trunk/doc/reference_editor.xml 2015-12-03 18:46:36 UTC (rev 14470)
@@ -577,7 +577,7 @@
<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
- <funcdef>boolean
+ <funcdef>geometry
<function>ST_ForceRHR</function></funcdef>
<paramdef><type>geometry</type> <parameter>g</parameter></paramdef>
</funcprototype>
More information about the postgis-tickets
mailing list