Skip to content

Commit 342f4f8

Browse files
authored
Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst
1 parent 9d2e21e commit 342f4f8

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
@@ -58,7 +58,7 @@ A regular dataflow query such as the following query:
5858
where Flow::flowPath(source, sink)
5959
select sink.getNode(), source, sink, "Flow from user input to sink!"
6060
61-
will catch most things such as
61+
will catch most things such as:
6262

6363
.. code-block:: cpp
6464

0 commit comments

Comments
 (0)