Skip to content

Commit ee5cb6f

Browse files
authored
Update shared/mad/codeql/mad/dynamic/GraphExport.qll
1 parent 844b29b commit ee5cb6f

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)