We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a6fe4 commit 87049bdCopy full SHA for 87049bd
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