Skip to content

Commit 4c9ef8c

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

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
@@ -71,7 +71,7 @@ predicate isStartOfCallPath(InvokeNode invoke) {
7171
not callEdge+(rootCall(), invoke)
7272
}
7373

74-
/** Gets a function contains no calls to other functions. */
74+
/** Gets a function that contains no calls to other functions. */
7575
private FunctionNode leafFunction() {
7676
not callEdge(result, _)
7777
}

0 commit comments

Comments
 (0)