We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c1e1a commit 1bdb6b4Copy full SHA for 1bdb6b4
ql/ql/src/codeql_ql/ast/Ast.qll
@@ -1412,7 +1412,7 @@ class ComparisonFormula extends TComparisonFormula, Formula {
1412
pred = directMember("getRightOperand") and result = this.getRightOperand()
1413
}
1414
1415
- /** Hplds if this comparison has the operands `a` and `b` (in any order). */
+ /** Holds if this comparison has the operands `a` and `b` (in any order). */
1416
pragma[noinline]
1417
predicate hasOperands(Expr a, Expr b) {
1418
this.getLeftOperand() = a and this.getRightOperand() = b
0 commit comments