Skip to content

Commit

Permalink
Remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavila committed Jun 17, 2014
1 parent 8c7b671 commit a70c865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/function_help/IS
Expand Up @@ -2,7 +2,7 @@
Returns 1 if a is the same as b.

<h4>Syntax</h4>
<pre>a is b</pre>
<pre>a IS b</pre>

<h4>Arguments</h4>
None
Expand All @@ -13,6 +13,5 @@ None
<pre> 4 IS 4 &rarr; returns 1 </pre>
<pre> 4 IS 2+2 &rarr; returns 1 </pre>
<pre> 4 IS 2 &rarr; returns 0 </pre>
<pre> 4 IS 2 &rarr; returns 0 </pre>
<pre> $geometry IS NULL &rarr; returns 0, if your geometry is not NULL</pre>

0 comments on commit a70c865

Please sign in to comment.