From 621b280de383478ff6860277abc197daaeb5611a Mon Sep 17 00:00:00 2001 From: Sandro Santilli <strk@keybit.net> Date: Thu, 11 Feb 2010 23:12:39 +0000 Subject: [PATCH] Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5231 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_measure.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 7be331035..7cef4b9fb 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -2513,7 +2513,7 @@ FROM (SELECT ST_BuildArea(ST_Collect(the_geom)) As the_geom <refsection> <title>Description</title> - <para>ST_OrderingEquals compares two geometries and t (TRUE) if the + <para>ST_OrderingEquals compares two geometries and returns t (TRUE) if the geometries are equal and the coordinates are in the same order; otherwise it returns f (FALSE).</para> -- 2.40.0