We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa1368 commit 1bfbe41Copy full SHA for 1bfbe41
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -824,7 +824,7 @@ module API {
824
825
/**
826
* Holds if `node` is considered "in scope" for this stage, meaning that we allow outgoing labelled edges
827
- * to be materialised from here, and continue API graph construction from the successors edges.
+ * to be materialised from here, and continue API graph construction from the successors' edges.
828
*
829
* Note that the "additional roots" contributed by the stage inputs may be out of scope but can be tracked to a node in scope.
830
* This predicate should thus not be used to block the tracking of use/def nodes, but only block the creation of new labelled edges.
0 commit comments