Skip to content

Commit 073493b

Browse files
committed
Ruby: fix qldoc for getMethod
1 parent 0a0d958 commit 073493b

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
@@ -103,7 +103,7 @@ module API {
103103
Node getInstance() { result = this.getASubclass().getReturn("new") }
104104

105105
/**
106-
* Gets a node representing the result of calling a method on the receiver represented by this node.
106+
* Gets a node representing a call to `method` on the receiver represented by this node.
107107
*/
108108
Node getMethod(string method) {
109109
result = this.getASubclass().getASuccessor(Label::method(method))

0 commit comments

Comments
 (0)