Skip to content

Commit d8f3106

Browse files
jf205shati-patel
authored andcommitted
Update docs/language/learn-ql/writing-queries/debugging-queries.rst
Co-Authored-By: shati-patel <[email protected]> (cherry picked from commit 47f61f3)
1 parent f3d2588 commit d8f3106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/writing-queries/debugging-queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ That is, you should define a *base case* that allows the predicate to *bottom ou
8181
The query optimizer has special data structures for dealing with `transitive closures <https://help.semmle.com/QL/ql-handbook/recursion.html#transitive-closures>`__.
8282
If possible, use a transitive closure over a simple recursive predicate, as it is likely to be computed faster.
8383

84-
Folding predicates
84+
Fold predicates
8585
~~~~~~~~~~~~~~~~~~
8686

8787
Sometimes you can assist the query optimizer by "folding" parts of large predicates out into smaller predicates.

0 commit comments

Comments
 (0)