Skip to content

Commit 875c370

Browse files
asgerfesbena
andauthored
Update javascript/ql/src/semmle/javascript/CFG.qll
Co-authored-by: Esben Sparre Andreasen <[email protected]>
1 parent 3f30564 commit 875c370

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/CFG.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class ControlFlowNode extends @cfg_node, Locatable, NodeInStmtContainer {
300300
predicate isStart() { this = any(StmtContainer sc).getStart() }
301301

302302
/**
303-
* Holds if this is a final node of the given container, that is, a CFG node where execution
303+
* Holds if this is a final node of `container`, that is, a CFG node where execution
304304
* of that toplevel or function terminates.
305305
*/
306306
predicate isAFinalNodeOfContainer(StmtContainer container) {

0 commit comments

Comments
 (0)