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

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Ian Lynagh
2022-04-28 16:49:58 +01:00
parent 1a36b1ab53
commit 726a005cc2

View File

@@ -1110,7 +1110,7 @@ class GreaterThanComparison extends ComparisonExpr {
* An equality test is a binary expression using
* Java's `==` or `!=` operators, or Kotlin's `==`, `!=`, `===` or `!==` operators.
*
* This could be a reference- or a value-in/equality test.
* This could be a reference- or a value-(in)equality test.
*/
class EqualityTest extends BinaryExpr {
EqualityTest() {