Skip to content

Commit 96ca4cf

Browse files
committed
add missing quote
1 parent 815671f commit 96ca4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ module TaintTracking {
827827
override predicate appliesTo(Configuration cfg) { any() }
828828
}
829829

830-
/** A check of the form `type x === "undefined`, which sanitized `x` in its "then" branch. */
830+
/** A check of the form `type x === "undefined"`, which sanitized `x` in its "then" branch. */
831831
class TypeOfCheck extends AdditionalSanitizerGuardNode, DataFlow::ValueNode {
832832
Expr x;
833833
override EqualityTest astNode;

0 commit comments

Comments
 (0)