Skip to content

Commit b61e823

Browse files
committed
Ruby: clarify qldoc for getADescendentModule
1 parent ef9d910 commit b61e823

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
@@ -253,7 +253,7 @@ module API {
253253
deprecated DataFlow::CallNode getCallNode() { this = Impl::MkMethodAccessNode(result) }
254254

255255
/**
256-
* Gets a module that descends from the value referenced by this API node.
256+
* Gets a module or class that descends from the module or class referenced by this API node.
257257
*/
258258
bindingset[this]
259259
pragma[inline_late]

0 commit comments

Comments
 (0)