Skip to content

Commit 0a4b828

Browse files
Update docs/language/learn-ql/java/basic-query-java.rst
Co-authored-by: Marcono1234 <[email protected]>
1 parent 9aaf20e commit 0a4b828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/java/basic-query-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Browsing the results of our basic query shows that it could be improved. Among t
108108
109109
if (...) {
110110
...
111-
} else if (!strcmp(option, "-verbose") {
111+
} else if ("-verbose".equals(option)) {
112112
// nothing to do - handled earlier
113113
} else {
114114
error("unrecognized option");

0 commit comments

Comments
 (0)