JS: typo fixups

This commit is contained in:
Esben Sparre Andreasen
2020-05-18 12:19:46 +02:00
parent b3691cd0e9
commit aa87008775
2 changed files with 1 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ DataFlow::Node schemeCheck(DataFlow::Node nd, DangerousScheme scheme) {
// fall back to the candidate if the test itself is implicit // fall back to the candidate if the test itself is implicit
not exists(candidate.getTest()) and result = candidate not exists(candidate.getTest()) and result = candidate
| |
t.getAMemberString() = scheme.getWithOrWithoutColon() and candidate.getAMemberString() = scheme.getWithOrWithoutColon() and
schemeOf(nd).flowsTo(candidate) schemeOf(nd).flowsTo(candidate)
) )
or or

View File

@@ -46,7 +46,6 @@ class MembershipCandidate extends DataFlow::Node {
module MembershipCandidate { module MembershipCandidate {
/** /**
* An expression that is tested for membership of a collection. * An expression that is tested for membership of a collection.
*
*/ */
abstract class Range extends DataFlow::Node { abstract class Range extends DataFlow::Node {
/** /**