Skip to content

Commit d8a5554

Browse files
committed
update doc on getExceptionalNode
1 parent abd58ba commit d8a5554

File tree

1 file changed

+2
-2
lines changed
  • javascript/ql/src/semmle/javascript

1 file changed

+2
-2
lines changed

javascript/ql/src/semmle/javascript/Expr.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ class Expr extends @expr, ExprOrStmt, ExprOrType, AST::ValueNode {
247247
}
248248

249249
/**
250-
* Gets the data-flow node where exceptional data-flow will flow if this expression
251-
* causes an exception to be thrown.
250+
* Gets the data-flow node where exceptions thrown by this expression will
251+
* propagate if this expression causes an exception to be thrown.
252252
*/
253253
DataFlow::Node getExceptionalNode() {
254254
if exists(this.getEnclosingStmt().getEnclosingTryCatchStmt())

0 commit comments

Comments
 (0)