[postgis-tickets] r14473 - Corrected return type of ST_ForceRHR in docs.
Sandro Santilli
strk at keybit.net
Thu Dec 3 10:48:14 PST 2015
Author: strk
Date: 2015-12-03 10:48:14 -0800 (Thu, 03 Dec 2015)
New Revision: 14473
Modified:
branches/2.0/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: branches/2.0/doc/reference_editor.xml
===================================================================
--- branches/2.0/doc/reference_editor.xml 2015-12-03 18:47:51 UTC (rev 14472)
+++ branches/2.0/doc/reference_editor.xml 2015-12-03 18:48:14 UTC (rev 14473)
@@ -539,7 +539,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