Skip to content

Commit

Permalink
Fix wrong reference to geometries in sintax
Browse files Browse the repository at this point in the history
Geometry a was repeated and geometry was missing
  • Loading branch information
cdavila committed Jun 17, 2014
1 parent c37e61d commit 8c7b671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/function_help/contains
@@ -1,8 +1,8 @@
<h3>contains function</h3>
Returns true if and only if no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a.
Returns true if and only if no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a.

<h4>Syntax</h4>
<pre>contains( geometry a , geometry a)</pre>
<pre>contains( geometry a , geometry b)</pre>

<h4>Arguments</h4>
geometry &rarr; geometry
Expand Down

0 comments on commit 8c7b671

Please sign in to comment.