Skip to content

Commit d5ff8f2

Browse files
author
james
committed
docs: technical feedback
1 parent b32683f commit d5ff8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/language/ql-handbook/expressions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ In general, if the ``<expression>`` is total and functional, then monotonic aggr
407407
equivalent to standard aggregates. Results differ when there is not precisely one ``<expression>``
408408
value for each value generated by the ``<formula>``:
409409

410-
- If there are missing ``<expression>`` values (that is, there is less than one
411-
``<expression>`` value for each value generated by the ``<formula>``), monotonic aggregates
410+
- If there are missing ``<expression>`` values (that is, there is no
411+
``<expression>`` value for a value generated by the ``<formula>``), monotonic aggregates
412412
won't compute a result, as you cannot create combinations of values
413413
including exactly one ``<expression>`` value for each value generated by the ``<formula>``.
414414

0 commit comments

Comments
 (0)