We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0039cb1 commit ef9d910Copy full SHA for ef9d910
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -108,7 +108,7 @@ module API {
108
*
109
* ### Backward data flow and classes
110
111
- * When inspecting the arguments of call, and the value flowing into that argument is a user-defined class (or an instance thereof),
+ * When inspecting the arguments of a call, and the value flowing into that argument is a user-defined class (or an instance thereof),
112
* uses of `getMethod` will find method definitions in that class (including inherited ones) rather than finding method calls.
113
114
* 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