mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: fix docstring: s/node1/pred + s/node2/succ
This commit is contained in:
@@ -985,7 +985,7 @@ module DataFlow {
|
||||
}
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
cached
|
||||
predicate localFlowStep(Node pred, Node succ) {
|
||||
|
||||
Reference in New Issue
Block a user