docs: technical feedback

This commit is contained in:
james
2020-02-17 16:20:31 +00:00
parent b32683fc9f
commit d5ff8f2b8e

View File

@@ -407,8 +407,8 @@ In general, if the ``<expression>`` is total and functional, then monotonic aggr
equivalent to standard aggregates. Results differ when there is not precisely one ``<expression>``
value for each value generated by the ``<formula>``:
- If there are missing ``<expression>`` values (that is, there is less than one
``<expression>`` value for each value generated by the ``<formula>``), monotonic aggregates
- If there are missing ``<expression>`` values (that is, there is no
``<expression>`` value for a value generated by the ``<formula>``), monotonic aggregates
won't compute a result, as you cannot create combinations of values
including exactly one ``<expression>`` value for each value generated by the ``<formula>``.