Skip to content

Commit 84be6e1

Browse files
committed
update docString on getAnAliasedSourceNode
1 parent 32bcb18 commit 84be6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ module AccessPath {
414414
}
415415

416416
/**
417-
* Gets a SourceNode that is accessed using the same access path as the input.
417+
* Gets a `SourceNode` that refers to the same value or access path as the given node.
418418
*/
419419
pragma[inline]
420420
DataFlow::SourceNode getAnAliasedSourceNode(DataFlow::Node node) {

0 commit comments

Comments
 (0)