Skip to content

Commit 29ffeb6

Browse files
committed
JS: Fix qldoc
1 parent c324b2a commit 29ffeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/endpoints/EndpointNaming.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private int distanceFromRoot(API::Node nd) {
121121
result = 100 + distanceFromFallbackName(nd)
122122
}
123123

124-
/** Holds if `nd` can be given a name. */
124+
/** Holds if `node` can be given a name. */
125125
private predicate isRelevant(API::Node node) { exists(distanceFromRoot(node)) }
126126

127127
/**

0 commit comments

Comments
 (0)