Skip to content

Commit bea75e2

Browse files
author
Max Schaefer
authored
Merge pull request #981 from esben-semmle/js/fix-docstring
JS: fix docstring: s/node1/pred + s/node2/succ
2 parents c48ab48 + 8e01ccd commit bea75e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ module DataFlow {
985985
}
986986

987987
/**
988-
* Holds if data can flow from `node1` to `node2` in one local step.
988+
* Holds if data can flow from `pred` to `succ` in one local step.
989989
*/
990990
cached
991991
predicate localFlowStep(Node pred, Node succ) {

0 commit comments

Comments
 (0)