Skip to content

Commit 1ce2854

Browse files
authored
Merge pull request github#11495 from intrigus-lgtm/patch-7
Docs: Add missing `language[monotonicAggregates]` annotation
2 parents b4e3554 + 4e7e70f commit 1ce2854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/codeql/ql-language-reference/expressions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ the distance of a node in a graph from the leaves as follows:
602602

603603
.. code-block:: ql
604604
605+
language[monotonicAggregates]
605606
int depth(Node n) {
606607
if not exists(n.getAChild())
607608
then result = 0

0 commit comments

Comments
 (0)