From c872d1bec60e8b443664411e838ce345a7d39367 Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Fri, 1 Aug 2008 04:42:51 +0000 Subject: [PATCH] small grammar correction in ST_Touches git-svn-id: http://svn.osgeo.org/postgis/trunk@2905 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_new.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 6b5921956..420685b14 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -3755,7 +3755,7 @@ SELECT ST_AsText(ST_PointOnSurface('POLYGON((0 0, 0 5, 5 5, 5 0, 0 0))'::geometr Examples - The ST_Touches returns TRUE in all the following illustrations. + The ST_Touches predicate returns TRUE in all the following illustrations. -- 2.50.1