Skip to content

Commit 9a91145

Browse files
Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst
Co-authored-by: Felicity Chapman <[email protected]>
1 parent efe7153 commit 9a91145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Consider the following scenario: We have data coming out of ``user_input()`` and
3030
void sink(int);
3131
int user_input();
3232
33-
A regular dataflow query such as the following query
33+
A regular dataflow query such as the following query:
3434

3535
.. code-block:: ql
3636

0 commit comments

Comments
 (0)