Skip to content

Commit dea29d5

Browse files
committed
Correction to reference for inequality
1 parent 6d6a3b1 commit dea29d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/api_en/include/inequality.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Determines if one expression is not equivalent to another.
2929

3030
<parameter>
3131
<label>value1</label>
32-
<description><![CDATA[int, float, char, byte, boolean, String]]></description>
32+
<description><![CDATA[int, float, char, byte, boolean]]></description>
3333
</parameter>
3434

3535
<parameter>
3636
<label>value2</label>
37-
<description><![CDATA[int, float, char, byte, boolean, String]]></description>
37+
<description><![CDATA[int, float, char, byte, boolean]]></description>
3838
</parameter>
3939

4040
<returns></returns>

0 commit comments

Comments
 (0)