Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c48ab48 + 8e01ccd commit bea75e2Copy full SHA for bea75e2
1 file changed
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