File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -217,13 +217,13 @@ up to create and analyze databases:
217
217
will display the names of all the QL packs directly available to the CodeQL CLI.
218
218
This should include:
219
219
220
- - Query packs for each supported language, e.g. , ``codeql/{language}-queries ``.
220
+ - Query packs for each supported language, for example , ``codeql/{language}-queries ``.
221
221
These packs contain the standard queries that will be run for each analysis.
222
- - Library packs for each supported language, e.g. , ``codeql/{language}-all ``. These
222
+ - Library packs for each supported language, for example , ``codeql/{language}-all ``. These
223
223
packs contain query libraries, such as control flow and data flow libraries, that
224
- may be useful to other query authors .
225
- - Example packs for each supported language, e.g. , ``codeql/{language}-examples ``.
226
- These packs contain useful snippets of CodeQL that query auhtors may want To use .
224
+ may be useful to query writers .
225
+ - Example packs for each supported language, for example , ``codeql/{language}-examples ``.
226
+ These packs contain useful snippets of CodeQL that query writers may find useful .
227
227
- Legacy packs that ensure custom queries and libraries created using older products are
228
228
compatible with your version of CodeQL.
229
229
You can’t perform that action at this time.
0 commit comments