We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2632699 commit c713ba7Copy full SHA for c713ba7
javascript/ql/src/Expressions/MisspelledVariableName.ql
@@ -29,7 +29,7 @@ bindingset[name]
29
int globalAccesses(string name) { result = count(GlobalVarAccess acc | acc.getName() = name) }
30
31
/**
32
- * Holds if our heuristic says that the local variable `lvd` seems to be a misspelling of the global variable `gvd`.
+ * Holds if our heuristic says that the local variable `lvd` seems to be a misspelling of the global variable `gva`.
33
* Otherwise the global variable is likely the misspelling.
34
*/
35
predicate globalIsLikelyCorrect(GlobalVarAccess gva, VarDecl lvd) {
0 commit comments