Skip to content

Commit cd0e69a

Browse files
committed
spelling: meaningful
Signed-off-by: Josh Soref <[email protected]>
1 parent 6208071 commit cd0e69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ case: As long as there's no price for bananas, no output is produced
586586
for him. This means that if we later do learn of a banana price, we
587587
don't need to *remove* any output tuple already produced. The
588588
importance of this is that the monotonic aggregate behavior works well
589-
with a fixpoint-based semantics for recursion, so it will be meaningul
589+
with a fixpoint-based semantics for recursion, so it will be meaningful
590590
to let the ``getPrice`` predicate be mutually recursive with the count
591591
aggregate itself. (On the other hand, ``getFruit`` still cannot be
592592
allowed to be recursive, because adding another fruit to someone's

0 commit comments

Comments
 (0)