We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expression
<expression>
1 parent c91c3f2 commit 811bc01Copy full SHA for 811bc01
docs/language/ql-handbook/expressions.rst
@@ -282,7 +282,7 @@ The following aggregates are available in QL:
282
.. index: unique
283
284
- ``unique``: This aggregate depends on the values of ``<expression>`` over all possible assignments to
285
- the aggregation variables. If there is a unique value of the ``expression`` over the aggregation variables,
+ the aggregation variables. If there is a unique value of ``<expression>`` over the aggregation variables,
286
then the aggregate evaluates to that value.
287
Otherwise, the aggregate has no value.
288
0 commit comments