Skip to content

Commit b4cf0df

Browse files
committed
Correction for logicalNOT reference
1 parent 1b2dfbf commit b4cf0df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/api_en/include/logicalNOT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (a) {
2323
</example>
2424

2525
<example>
26-
<image>logicalNOT.png</image>
26+
<image>logicalNOT_2.png</image>
2727
<code><![CDATA[
2828
boolean a = true;
2929
if (!a) {

0 commit comments

Comments
 (0)