We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278d0fb commit 884f41bCopy full SHA for 884f41b
docs/codeql/ql-language-reference/expressions.rst
@@ -557,7 +557,7 @@ for a given ``f``.
557
In this query, oranges are available at two different prices, and the
558
default ``sum`` aggregate returns a single line where Alice buys an
559
orange at a price of 100, another orange at a price of 1, and an apple
560
-at a price of 100, totalling 201. On the other hand, in the the
+at a price of 100, totalling 201. On the other hand, in the
561
*monotonic* semantics for ``sum``, Alice always buys one orange and
562
one apple, and a line of output is produced for each *way* she can
563
complete her shopping list.
0 commit comments