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 c324b2a commit 29ffeb6Copy full SHA for 29ffeb6
javascript/ql/lib/semmle/javascript/endpoints/EndpointNaming.qll
@@ -121,7 +121,7 @@ private int distanceFromRoot(API::Node nd) {
121
result = 100 + distanceFromFallbackName(nd)
122
}
123
124
-/** Holds if `nd` can be given a name. */
+/** Holds if `node` can be given a name. */
125
private predicate isRelevant(API::Node node) { exists(distanceFromRoot(node)) }
126
127
/**
0 commit comments