Update javascript/ql/src/semmle/javascript/dataflow/TypeInference.qll

Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
This commit is contained in:
Esben Sparre Andreasen
2019-02-26 11:11:44 +01:00
committed by GitHub
parent 6b9157540b
commit f9111f68e9

View File

@@ -48,7 +48,7 @@ class AnalyzedNode extends DataFlow::Node {
AnalyzedNode localFlowPred() { result = getAPredecessor() }
/**
* INTERNAL. DO NOT USE.
* INTERNAL. Do not use.
*
* Gets another data flow node whose value flows into this node in a global step
* (this is, involving global variables).