Skip to content

Commit afc4657

Browse files
committed
Docs: Review fix.
1 parent aaea1ad commit afc4657

6 files changed

+6
-6
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
@@ -222,7 +222,7 @@ Global taint tracking is to global data flow as local taint tracking is to local
222222
223223
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
224224
225-
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
225+
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
226226

227227
Examples
228228
~~~~~~~~

docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Global taint tracking is to global data flow as local taint tracking is to local
207207
208208
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
209209
210-
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
210+
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
211211

212212
Examples
213213
~~~~~~~~

docs/codeql/codeql-language-guides/analyzing-data-flow-in-csharp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Global taint tracking is to global data flow what local taint tracking is to loc
200200
201201
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
202202
203-
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
203+
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
204204

205205
Flow sources
206206
~~~~~~~~~~~~

docs/codeql/codeql-language-guides/analyzing-data-flow-in-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Global taint tracking is to global data flow as local taint tracking is to local
214214
215215
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
216216
217-
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
217+
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
218218

219219
Flow sources
220220
~~~~~~~~~~~~

docs/codeql/codeql-language-guides/analyzing-data-flow-in-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Global taint tracking is to global data flow what local taint tracking is to loc
258258
259259
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
260260
261-
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
261+
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
262262

263263
Predefined sources and sinks
264264
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/codeql/codeql-language-guides/analyzing-data-flow-in-ruby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ The global taint tracking library is used by applying the module ``TaintTracking
281281
282282
module MyFlow = TaintTracking::Global<MyFlowConfiguration>;
283283
284-
The resulting module is completely similar to the one obtained from ``DataFlow::Global<ConfigSig>``.
284+
The resulting module has an identical signature to the one obtained from ``DataFlow::Global<ConfigSig>``.
285285

286286
Predefined sources and sinks
287287
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)