Skip to content

Commit 66b1c86

Browse files
committed
Ruby: update qldoc for def predicate
1 parent 9ac526b commit 66b1c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ module API {
383383
predicate use(TApiNode nd, DataFlow::Node ref) { nd = MkUse(ref) }
384384

385385
/**
386-
* Holds if `ref` is a RHS of node `nd`.
386+
* Holds if `rhs` is a RHS of node `nd`.
387387
*/
388388
cached
389389
predicate def(TApiNode nd, DataFlow::Node rhs) { nd = MkDef(rhs) }

0 commit comments

Comments
 (0)