Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen 2023-10-18 14:09:39 +02:00 коммит произвёл GitHub
Родитель efe7153ac2
Коммит 9a91145d7e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -30,7 +30,7 @@ Consider the following scenario: We have data coming out of ``user_input()`` and
void sink(int);
int user_input();
A regular dataflow query such as the following query
A regular dataflow query such as the following query:
.. code-block:: ql