]> granicus.if.org Git - postgis/commitdiff
fixed small typo in ST_Touches mathematical expression
authorKevin Neufeld <kneufeld.ca@gmail.com>
Thu, 31 Jul 2008 06:33:08 +0000 (06:33 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Thu, 31 Jul 2008 06:33:08 +0000 (06:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2899 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index e26a3664ab74db66048115c92c27d33ddf0d31c9..32738a617eda3715bc3ef536eac5ac79f2a348ff 100644 (file)
@@ -3405,7 +3405,7 @@ SELECT ST_AsText(ST_PointOnSurface('POLYGON((0 0, 0 5, 5 5, 5 0, 0 0))'::geometr
         <para>In mathematical terms, this predicate is expressed as:</para>
         
         <para>
-          <equation>a.Touches(b) &hArr; (I(a) &cap; I(b) = &empty;) &and; (a &cup; b &ne; &empty;)</equation>
+          <equation>a.Touches(b) &hArr; (I(a) &cap; I(b) = &empty;) &and; (a &cap; b &ne; &empty;)</equation>
         </para>
         
         <para>The allowable DE-9IM Intersection Matrices for the two geometries are:</para>