Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 929c007

Browse files
Update docs/codeql/ql-language-reference/expressions.rst
Co-authored-by: hubwriter <[email protected]>
1 parent ff8e9e6 commit 929c007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)