Skip to content

Commit 334d5b1

Browse files
committed
Ruby: fix stale qldoc
1 parent 27e1a8b commit 334d5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ class ConstRef extends LocalSourceNode {
12291229
}
12301230

12311231
/**
1232-
* Holds if this can reference a constant named `name` from `scope` using a lookup of `kind`.
1232+
* Holds if this can reference a constant named `name` from `scope`.
12331233
*/
12341234
cached
12351235
private predicate accesses(TConstLookupScope scope, string name) {

0 commit comments

Comments
 (0)