Skip to content

Commit c0db40d

Browse files
committed
Merge branch 'js/graph-export' of github.com:asgerf/codeql into js/graph-export
2 parents be64daf + ee5cb6f commit c0db40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/mad/codeql/mad/dynamic/GraphExport.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ module GraphExport<
154154
}
155155

156156
/**
157-
* Holds if a named type exists or will be generated for `node`.
157+
* Holds if a synthetic name must be generated for `node`.
158158
*/
159159
private predicate isSyntheticallyNamedNode(RelevantNode node, string prefix) {
160160
nodeMustBeNamed(node) and

0 commit comments

Comments
 (0)