mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Fix typo in qldoc
This commit is contained in:
@@ -77,7 +77,7 @@ private FunctionNode leafFunction() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `invoke` should be used as the end point of a call path.
|
||||
* Holds if `fun` should be used as the end point of a call path.
|
||||
*/
|
||||
predicate isEndOfCallPath(FunctionNode fun) {
|
||||
// `fun` should either be a leaf function or part of a cycle with no leaves.
|
||||
|
||||
Reference in New Issue
Block a user