Skip to content

Commit 811bc01

Browse files
the expression => <expression>
Co-Authored-By: Shati Patel <[email protected]>
1 parent c91c3f2 commit 811bc01

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
@@ -282,7 +282,7 @@ The following aggregates are available in QL:
282282
.. index: unique
283283
284284
- ``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,
285+
the aggregation variables. If there is a unique value of ``<expression>`` over the aggregation variables,
286286
then the aggregate evaluates to that value.
287287
Otherwise, the aggregate has no value.
288288

0 commit comments

Comments
 (0)