Ruby: fix stale qldoc

This commit is contained in:
Asger F
2022-11-07 11:23:40 +01:00
parent 27e1a8bd7a
commit 334d5b1b17

View File

@@ -1229,7 +1229,7 @@ class ConstRef extends LocalSourceNode {
}
/**
* Holds if this can reference a constant named `name` from `scope` using a lookup of `kind`.
* Holds if this can reference a constant named `name` from `scope`.
*/
cached
private predicate accesses(TConstLookupScope scope, string name) {