Skip to content

Commit 23e4ae3

Browse files
"and hence" => ", so"
Co-Authored-By: Shati Patel <[email protected]>
1 parent 3406ee7 commit 23e4ae3

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

289289
For example, the following aggregation yields the positive integers ``1``, ``2``, ``3``, ``4``, ``5``.
290-
For negative integers ``x``, the expressions ``x`` and ``x.abs()`` have different values and hence the
290+
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

293293
from int x

0 commit comments

Comments
 (0)