We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8e9e6 commit 929c007Copy full SHA for 929c007
docs/codeql/ql-language-reference/expressions.rst
@@ -418,7 +418,7 @@ aggregation in a simpler form:
418
count(int i | i = "hello".indexOf("l") | i)
419
count("hello".indexOf("l"))
420
421
-#. If there only one aggregation variable, you can omit the ``<expression>`` part instead.
+#. If there is only one aggregation variable, you can omit the ``<expression>`` part instead.
422
In this case, the expression is considered to be the aggregation variable itself.
423
For example, the following aggregations are equivalent:
424
0 commit comments