JS: Fix qldoc

This commit is contained in:
Asger F
2024-02-20 14:00:32 +01:00
parent c324b2aed8
commit 29ffeb6da5

View File

@@ -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)) }
/**