Skip to content

Commit 02ae44a

Browse files
geoffw0MathiasVP
andauthored
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-swift.rst
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 02dc9be commit 02ae44a

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-swift.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ These predicates are defined in the configuration:
188188
- ``isBarrier`` - optionally, restricts the data flow.
189189
- ``isAdditionalFlowStep`` - optionally, adds additional flow steps.
190190

191-
The last line (``module MyDataFlow = ...``) performs data flow analysis using the configuration, and its results can be accessed with ``MyDataFlow::flow(DataFlow::Node source, DataFlow::Node sink)``:
191+
The last line (``module MyDataFlow = ...``) instantiates the parameterized module for data flow analysis by passing the configuration to the parameterized module. Data flow analysis can then be performed using ``MyDataFlow::flow(DataFlow::Node source, DataFlow::Node sink)``:
192192

193193
.. code-block:: ql
194194

0 commit comments

Comments
 (0)