Skip to content

Commit e4c4f7a

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 10479ea commit e4c4f7a

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
@@ -322,7 +322,7 @@ module DOM {
322322
DataFlow::SourceNode locationRef() { result = locationRef(DataFlow::TypeTracker::end()) }
323323

324324
/**
325-
* Gets a reference to the 'document' object.
325+
* Gets a reference to the `document` object.
326326
*/
327327
private DataFlow::SourceNode documentRef(DataFlow::TypeTracker t) {
328328
t.start() and

0 commit comments

Comments
 (0)