Skip to content

Commit 3ec9588

Browse files
Update javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
1 parent 7e80823 commit 3ec9588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module AccessPath {
165165
}
166166

167167
/**
168-
* Holds if there is an assignment to `accessPath` in `file`, not counting
168+
* Holds if there is an assignment to the global `accessPath` in `file`, not counting
169169
* self-assignments.
170170
*/
171171
private predicate isAssignedInFile(string accessPath, File file) {

0 commit comments

Comments
 (0)