mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
JS: Fix qldoc
This commit is contained in:
@@ -121,7 +121,7 @@ private int distanceFromRoot(API::Node nd) {
|
||||
result = 100 + distanceFromFallbackName(nd)
|
||||
}
|
||||
|
||||
/** Holds if `nd` can be given a name. */
|
||||
/** Holds if `node` can be given a name. */
|
||||
private predicate isRelevant(API::Node node) { exists(distanceFromRoot(node)) }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user