Skip to content

Commit a91a5c3

Browse files
"aggregation yields" => "query returns"
Co-Authored-By: Shati Patel <[email protected]>
1 parent 23e4ae3 commit a91a5c3

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
@@ -286,7 +286,7 @@ The following aggregates are available in QL:
286286
then the aggregate evaluates to that value.
287287
Otherwise, the aggregate has no value.
288288

289-
For example, the following aggregation yields the positive integers ``1``, ``2``, ``3``, ``4``, ``5``.
289+
For example, the following query returns the positive integers ``1``, ``2``, ``3``, ``4``, ``5``.
290290
For negative integers ``x``, the expressions ``x`` and ``x.abs()`` have different values, so the
291291
value for ``y`` in the aggregate expression is not uniquely determined. ::
292292

0 commit comments

Comments
 (0)