Skip to content

Commit 7ce230a

Browse files
jketemaMathiasVP
andauthored
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 87f0f1f commit 7ce230a

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
@@ -82,7 +82,7 @@ For example, finding taint propagation from a parameter ``source`` to an express
8282
8383
nodeFrom.asParameter() = source and
8484
nodeTo.asExpr() = sink and
85-
TaintTracking::localTaint(nodeFrom, nodeTo):
85+
TaintTracking::localTaint(nodeFrom, nodeTo)
8686
8787
Examples
8888
~~~~~~~~

0 commit comments

Comments
 (0)