Skip to content

Commit ef9d910

Browse files
asgerferik-krogh
andauthored
Update ruby/ql/lib/codeql/ruby/ApiGraphs.qll
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 0039cb1 commit ef9d910

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
@@ -108,7 +108,7 @@ module API {
108108
*
109109
* ### Backward data flow and classes
110110
*
111-
* When inspecting the arguments of call, and the value flowing into that argument is a user-defined class (or an instance thereof),
111+
* When inspecting the arguments of a call, and the value flowing into that argument is a user-defined class (or an instance thereof),
112112
* uses of `getMethod` will find method definitions in that class (including inherited ones) rather than finding method calls.
113113
*
114114
* This example illustrates how this can be used to model cases where the library calls a specific named method on a user-defined class:

0 commit comments

Comments
 (0)