Skip to content

Commit e9bc728

Browse files
committed
JS: fixes in qldoc
1 parent 8c96f5f commit e9bc728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class AnalyzedNode extends DataFlow::Node {
4949

5050
/**
5151
* Gets another data flow node whose value flows into this node in a global step
52-
* (this is, involvign global variables).
52+
* (this is, involving global variables).
5353
*/
5454
AnalyzedNode globalFlowPred() { none() }
5555

@@ -76,7 +76,7 @@ class AnalyzedNode extends DataFlow::Node {
7676
* and global), IIFEs, ES6-style imports that can be resolved uniquely, and
7777
* the properties of CommonJS `module` and `exports` objects. No
7878
* tracking through the properties of object literals and function/class
79-
* instances is performed.
79+
* instances is performed, other than those accounted for by `globalFlowPred`.
8080
*/
8181
cached
8282
AbstractValue getALocalValue() {

0 commit comments

Comments
 (0)