Update shared/dataflow/codeql/dataflow/DataFlow.qll

Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
Geoffrey White 2024-02-29 17:03:30 +00:00 коммит произвёл GitHub
Родитель 445b82b4e1
Коммит 88e3bc6865
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,7 +40,7 @@ signature module InputSig {
/**
* A node in the data flow graph representing the value of an argument after
* a function call returns. For example, consider the following C++ code:
* an operation that might have changed its state. For example, consider the following C++ code:
* ```
* int a = 1;
* increment(&a);