Skip to content

Commit f6e0583

Browse files
jketemasubatoi
andauthored
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst
Co-authored-by: Ben Ahmady <[email protected]>
1 parent 2ecc8a5 commit f6e0583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For example, finding taint propagation from a parameter ``source`` to an express
8989
Examples
9090
~~~~~~~~
9191

92-
The following query finds the filename passed to ``fopen``.
92+
The following query finds the filename passed to ``fopen``:
9393

9494
.. code-block:: ql
9595

0 commit comments

Comments
 (0)