Skip to content

Commit 67c2006

Browse files
author
alexet
committed
QLSpec: Adjust wierd wording
1 parent 3db9ad3 commit 67c2006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ An aggregation can be written in one of two forms:
12211221

12221222
aggorderby ::= expr ("asc" | "desc")?
12231223

1224-
The expression enclosed in square brackets (``[`` and ``]``, U+005B and U+005D), if present, is called the *rank expression*. It must have type ``int`` in the enclosing environment.
1224+
The expression enclosed in square brackets (``[`` and ``]``, U+005B and U+005D), if present, is called the *rank expression*. It must have type ``int``.
12251225

12261226
The ``as_exprs``, if present, are called the *aggregation expressions*. If an aggregation expression is of the form ``expr as v`` then the expression is said to be *named* v.
12271227

0 commit comments

Comments
 (0)