We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a36b1a commit 726a005Copy full SHA for 726a005
java/ql/lib/semmle/code/java/Expr.qll
@@ -1110,7 +1110,7 @@ class GreaterThanComparison extends ComparisonExpr {
1110
* An equality test is a binary expression using
1111
* Java's `==` or `!=` operators, or Kotlin's `==`, `!=`, `===` or `!==` operators.
1112
*
1113
- * This could be a reference- or a value-in/equality test.
+ * This could be a reference- or a value-(in)equality test.
1114
*/
1115
class EqualityTest extends BinaryExpr {
1116
EqualityTest() {
0 commit comments