Update ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Asger F 2023-06-26 15:28:30 +02:00 коммит произвёл GitHub
Родитель 0039cb141e
Коммит ef9d910a07
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -108,7 +108,7 @@ module API {
*
* ### Backward data flow and classes
*
* 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),
* uses of `getMethod` will find method definitions in that class (including inherited ones) rather than finding method calls.
*
* This example illustrates how this can be used to model cases where the library calls a specific named method on a user-defined class: