Ruby: update qldoc for def predicate

This commit is contained in:
Asger Feldthaus
2022-02-08 10:00:14 +01:00
parent 9ac526be89
commit 66b1c86402

View File

@@ -383,7 +383,7 @@ module API {
predicate use(TApiNode nd, DataFlow::Node ref) { nd = MkUse(ref) }
/**
* Holds if `ref` is a RHS of node `nd`.
* Holds if `rhs` is a RHS of node `nd`.
*/
cached
predicate def(TApiNode nd, DataFlow::Node rhs) { nd = MkDef(rhs) }