Skip to content

Commit 929c007

Browse files
Update docs/codeql/ql-language-reference/expressions.rst
Co-authored-by: hubwriter <hubwriter@github.com>
1 parent ff8e9e6 commit 929c007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ aggregation in a simpler form:
418418
count(int i | i = "hello".indexOf("l") | i)
419419
count("hello".indexOf("l"))
420420
421-
#. If there only one aggregation variable, you can omit the ``<expression>`` part instead.
421+
#. If there is only one aggregation variable, you can omit the ``<expression>`` part instead.
422422
In this case, the expression is considered to be the aggregation variable itself.
423423
For example, the following aggregations are equivalent:
424424

0 commit comments

Comments
 (0)