Docs: Review fix.

This commit is contained in:
Anders Schack-Mulligen
2023-07-19 09:14:33 +02:00
parent aaea1ad2fa
commit afc46576f0
6 changed files with 6 additions and 6 deletions

View File

@@ -214,7 +214,7 @@ Global taint tracking is to global data flow as local taint tracking is to local
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
Flow sources
~~~~~~~~~~~~