Skip to content

Commit a0b06c2

Browse files
Max Schaeferasger-semmle
andauthored
Update javascript/ql/src/semmle/javascript/DOM.qll
Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
1 parent e90a889 commit a0b06c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/ql/src/semmle/javascript

javascript/ql/src/semmle/javascript/DOM.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ module DOM {
284284
)
285285
}
286286

287-
/** Gets a data flow node that refer directly to a value from the DOM. */
287+
/** Gets a data flow node that refers directly to a value from the DOM. */
288288
DataFlow::SourceNode domValueSource() {
289289
result.asExpr().(VarAccess).getVariable() instanceof DOMGlobalVariable or
290290
result = domValueRef().getAPropertyRead(_) or

0 commit comments

Comments
 (0)