Skip to content

Commit 726a005

Browse files
igfooaschackmull
andcommitted
Update java/ql/lib/semmle/code/java/Expr.qll
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent 1a36b1a commit 726a005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ class GreaterThanComparison extends ComparisonExpr {
11101110
* An equality test is a binary expression using
11111111
* Java's `==` or `!=` operators, or Kotlin's `==`, `!=`, `===` or `!==` operators.
11121112
*
1113-
* This could be a reference- or a value-in/equality test.
1113+
* This could be a reference- or a value-(in)equality test.
11141114
*/
11151115
class EqualityTest extends BinaryExpr {
11161116
EqualityTest() {

0 commit comments

Comments
 (0)