Skip to content

Commit 291ebcc

Browse files
asgerfmax-schaefer
andcommitted
Update javascript/ql/src/semmle/javascript/explore/CallGraph.qll
Co-Authored-By: Max Schaefer <[email protected]>
1 parent 4c9ef8c commit 291ebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/explore/CallGraph.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private FunctionNode leafFunction() {
7777
}
7878

7979
/**
80-
* Holds if `invoke` should be used as the starting point of a call path.
80+
* Holds if `invoke` should be used as the end point of a call path.
8181
*/
8282
predicate isEndOfCallPath(FunctionNode fun) {
8383
// `fun` should either be a leaf function or part of a cycle with no leaves.

0 commit comments

Comments
 (0)