Skip to content

Commit 3b6c43c

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

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
@@ -238,7 +238,7 @@ Using asExpr
238238

239239
Alternatively, this flow could also be tracked by:
240240
1. Changing ``isAdditionalFlowStep`` so that it targets the dataflow node that represents the value of the ``FieldAccess`` instead of the value it points to, and
241-
2. Changing ``isSink`` so specify that we're interested in tracking the value the argument passed to ``use_pointer`` (instead of the value of what the argument points to).
241+
2. Changing ``isSink`` to specify that we're interested in tracking the value the argument passed to ``use_pointer`` (instead of the value of what the argument points to).
242242

243243
With those changes our QL query becomes:
244244

0 commit comments

Comments
 (0)