Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
Jeroen Ketema
2023-03-08 19:08:35 +01:00
committed by GitHub
parent 2ecc8a5abe
commit f6e05836f1

View File

@@ -89,7 +89,7 @@ For example, finding taint propagation from a parameter ``source`` to an express
Examples
~~~~~~~~
The following query finds the filename passed to ``fopen``.
The following query finds the filename passed to ``fopen``:
.. code-block:: ql