Skip to content

Commit 421a548

Browse files
authored
Update java/ql/src/semmle/code/java/Expr.qll
1 parent c961a31 commit 421a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Expr extends ExprParent, @expr {
6161
Stmt getEnclosingStmt() { statementEnclosingExpr(this, result) }
6262

6363
/**
64-
* Gets a statement that transitively contains this expression, if any.
64+
* Gets a statement that directly or transitively contains this expression, if any.
6565
* This is equivalent to `this.getEnclosingStmt().getEnclosingStmt*()`.
6666
*/
6767
Stmt getAnEnclosingStmt() { result = this.getEnclosingStmt().getEnclosingStmt*() }

0 commit comments

Comments
 (0)