Skip to content

Commit a70c865

Browse files
committed
Remove duplicated line
1 parent 8c7b671 commit a70c865

File tree

1 file changed

+1
-2
lines changed
  • resources/function_help

1 file changed

+1
-2
lines changed

resources/function_help/IS

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Returns 1 if a is the same as b.
33

44
<h4>Syntax</h4>
5-
<pre>a is b</pre>
5+
<pre>a IS b</pre>
66

77
<h4>Arguments</h4>
88
None
@@ -13,6 +13,5 @@ None
1313
<pre> 4 IS 4 &rarr; returns 1 </pre>
1414
<pre> 4 IS 2+2 &rarr; returns 1 </pre>
1515
<pre> 4 IS 2 &rarr; returns 0 </pre>
16-
<pre> 4 IS 2 &rarr; returns 0 </pre>
1716
<pre> $geometry IS NULL &rarr; returns 0, if your geometry is not NULL</pre>
1817

0 commit comments

Comments
 (0)