Skip to content

Commit fedf8fc

Browse files
erik-kroghasgerf
andauthored
correct the qldoc
Co-authored-by: Asger F <[email protected]>
1 parent 843fce4 commit fedf8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/GlobalAccessPaths.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ module AccessPath {
268268
)
269269
}
270270

271-
/** A module for computing an access to a variable that happens after a write to that same variable */
271+
/** A module for computing an access to a variable that happens after a property has been written onto it */
272272
private module GetLaterAccess {
273273
/**
274274
* Gets an access to a variable that is written to in `write`, where the access is after the write.

0 commit comments

Comments
 (0)