Skip to content

Commit 066549f

Browse files
committed
JS: Fix typo in qldoc
1 parent 291ebcc commit 066549f

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 end point of a call path.
80+
* Holds if `fun` 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)