Skip to content

Commit 4bd922e

Browse files
author
james
committed
address further comments
1 parent 36fe86f commit 4bd922e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/query-metadata-style-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Note, `@id` properties should be consistent for queries that highlight the same
104104
* alerts (`@kind problem`)
105105
* alerts containing path information (`@kind path-problem`)
106106

107-
These `@kind` properties support two further properties which are added by Semmle after the query has been tested, prior to deployment to LGTM. The following information is for reference:
107+
Alert queries (`@kind problem` or `path-problem`) support two further properties. These are added by Semmle after the query has been tested, prior to deployment to LGTM. The following information is for reference:
108108

109109

110110

@@ -129,7 +129,7 @@ The `@tags` property is used to define categories that the query relates to. Eac
129129
* `@tags readability`–for queries that detect confusing patterns that make it harder for developers to read the code.
130130
* `@tags security`–for queries that detect security weaknesses. See below for further information.
131131

132-
There are also more specific `@tags` that can be specified. See, the the following pages for examples of the low-level tags:
132+
There are also more specific `@tags` that can be added. See, the following pages for examples of the low-level tags:
133133

134134
* [C/C++ queries](https://wiki.semmle.com/pages/viewpage.action?pageId=19334052)
135135
* [C# queries](https://wiki.semmle.com/display/CSHARP/C%23+queries)
@@ -169,7 +169,7 @@ The select clause of each alert query defines the alert message that is displaye
169169
* Where you reference another program element, link to it if possible using a substitution (`$@`). Links should be used inline in the sentence, rather than as parenthesised lists or appositions.
170170
* When a message contains multiple links, construct a sentence that has the most variable link (that is, the link with most targets) last. For further information, see [Defining select statements](https://help.semmle.com/QL/learn-ql/ql/writing-queries/select-statement.html)
171171

172-
See the following pages for examples of alert messages:
172+
For examples of select clauses and alert messages, see the query source files at the following pages:
173173

174174
* [C/C++ queries](https://wiki.semmle.com/pages/viewpage.action?pageId=19334052)
175175
* [C# queries](https://wiki.semmle.com/display/CSHARP/C%23+queries)

0 commit comments

Comments
 (0)