Skip to content

Commit 6d9daec

Browse files
committed
(Multiple languages) Use active voice
1 parent 4585c8c commit 6d9daec

7 files changed

+7
-7
lines changed

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
@@ -172,7 +172,7 @@ Global data flow tracks data flow throughout the entire program, and is therefor
172172
Using global data flow
173173
~~~~~~~~~~~~~~~~~~~~~~
174174

175-
The global data flow library is used by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>`` as follows:
175+
We can use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
176176

177177
.. code-block:: ql
178178

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
@@ -148,7 +148,7 @@ Global data flow tracks data flow throughout the entire program, and is therefor
148148
Using global data flow
149149
~~~~~~~~~~~~~~~~~~~~~~
150150

151-
The global data flow library is used by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
151+
We can use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
152152

153153
.. code-block:: ql
154154

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Global data flow tracks data flow throughout the entire program, and is therefor
166166
Using global data flow
167167
~~~~~~~~~~~~~~~~~~~~~~
168168

169-
The global data flow library is used by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
169+
We can use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
170170

171171
.. code-block:: ql
172172

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
@@ -173,7 +173,7 @@ Global data flow tracks data flow throughout the entire program, and is therefor
173173
Using global data flow
174174
~~~~~~~~~~~~~~~~~~~~~~
175175

176-
You use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
176+
We can use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
177177

178178
.. code-block:: ql
179179

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
@@ -206,7 +206,7 @@ Global data flow tracks data flow throughout the entire program, and is therefor
206206
Using global data flow
207207
~~~~~~~~~~~~~~~~~~~~~~
208208

209-
The global data flow library is used by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
209+
We can use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
210210

211211
.. code-block:: ql
212212

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
@@ -226,7 +226,7 @@ However, global data flow is less precise than local data flow, and the analysis
226226
Using global data flow
227227
~~~~~~~~~~~~~~~~~~~~~~
228228

229-
You can use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
229+
We can use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
230230

231231
.. code-block:: ql
232232

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
@@ -163,7 +163,7 @@ However, global data flow is less precise than local data flow, and the analysis
163163
Using global data flow
164164
~~~~~~~~~~~~~~~~~~~~~~
165165

166-
You can use the global data flow library by implementing the module ``DataFlow::ConfigSig``:
166+
We can use the global data flow library by implementing the signature ``DataFlow::ConfigSig`` and applying the module ``DataFlow::Global<ConfigSig>``:
167167

168168
.. code-block:: ql
169169

0 commit comments

Comments
 (0)