We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15eabb4 commit 330229cCopy full SHA for 330229c
javascript/ql/lib/semmle/javascript/frameworks/data/ModelsAsData.qll
@@ -69,7 +69,7 @@ signature module ModelExportSig {
69
predicate shouldContain(API::Node node);
70
71
/**
72
- * 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.
73
*/
74
default predicate mustBeNamed(API::Node node) { none() }
75
0 commit comments