Skip to content

Commit

Permalink
Update shared/mad/codeql/mad/dynamic/GraphExport.qll
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf authored Apr 16, 2024
1 parent 844b29b commit ee5cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/mad/codeql/mad/dynamic/GraphExport.qll
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module GraphExport<
}

/**
* Holds if a named type exists or will be generated for `node`.
* Holds if a synthetic name must be generated for `node`.
*/
private predicate isSyntheticallyNamedNode(RelevantNode node, string prefix) {
nodeMustBeNamed(node) and
Expand Down

0 comments on commit ee5cb6f

Please sign in to comment.