Update javascript/ql/lib/semmle/javascript/frameworks/data/ModelsAsData.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Asger F
2024-04-12 15:00:17 +02:00
committed by GitHub
parent 15eabb42ef
commit 330229c463

View File

@@ -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() }