We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cc8d0 commit 8e01ccdCopy full SHA for 8e01ccd
javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll
@@ -985,7 +985,7 @@ module DataFlow {
985
}
986
987
/**
988
- * Holds if data can flow from `node1` to `node2` in one local step.
+ * Holds if data can flow from `pred` to `succ` in one local step.
989
*/
990
cached
991
predicate localFlowStep(Node pred, Node succ) {
0 commit comments