Skip to content

Commit c91c3f2

Browse files
fixed typo "the the"
Co-Authored-By: Shati Patel <[email protected]>
1 parent 7384592 commit c91c3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-spec/language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ The values of the aggregation expression are given by applying the aggregation f
11411141

11421142
- If the aggregation id is ``strictconcat``, then the result is the same as for ``concat`` except in the case where there are no aggregation tuples in which case the aggregation has no value.
11431143

1144-
- If the aggregation id is ``unique``, then the result is the the value of the aggregation variable if there is precisely one such value. Otherwise, the aggregation has no value.
1144+
- If the aggregation id is ``unique``, then the result is the value of the aggregation variable if there is precisely one such value. Otherwise, the aggregation has no value.
11451145

11461146
Any
11471147
~~~

0 commit comments

Comments
 (0)