Skip to content

Commit 3406ee7

Browse files
Update docs/language/ql-handbook/expressions.rst
Co-Authored-By: Shati Patel <[email protected]>
1 parent 811bc01 commit 3406ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-handbook/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The following aggregates are available in QL:
279279
evaluates to the empty set (instead of defaulting to ``0`` or the empty string).
280280
This is useful if you're only interested in results where the aggregation body is non-trivial.
281281

282-
.. index: unique
282+
.. index:: unique
283283

284284
- ``unique``: This aggregate depends on the values of ``<expression>`` over all possible assignments to
285285
the aggregation variables. If there is a unique value of ``<expression>`` over the aggregation variables,

0 commit comments

Comments
 (0)