Skip to content

Commit

Permalink
Update javascript/ql/lib/semmle/javascript/frameworks/data/ModelsAsDa…
Browse files Browse the repository at this point in the history
…ta.qll

Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
  • Loading branch information
asgerf and RasmusWL authored Apr 12, 2024
1 parent 15eabb4 commit 330229c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ signature module ModelExportSig {
predicate shouldContain(API::Node node);

/**
* Holds if a named must be generated for `node` if it is to be included in the exported graph.
* Holds if `node` must be named if it is part of the exported graph.
*/
default predicate mustBeNamed(API::Node node) { none() }

Expand Down

0 comments on commit 330229c

Please sign in to comment.