Skip to content

Commit d1929ab

Browse files
committed
spelling: restrictions
Signed-off-by: Josh Soref <[email protected]>
1 parent 36bd186 commit d1929ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The analysis is built up in layers. the stack looks like this:
1818
Given the many interacting layers, it is important to decide which predicates are allowed to be mutually recursive in order to avoid non-monotonic recursion when negation is used to express the predicates.
1919
As an example, we have defined local source as those whcih do not receive local flow. This means that the local flow relation is not allowed to be recursive with anything depending on local sources.
2020

21-
Some particular reatrictions to keep in mind:
21+
Some particular restrictions to keep in mind:
2222

2323
- Typetracking needs to use a local flow step not including summaries
2424
- Typetracking needs to use a call graph not including summaries

0 commit comments

Comments
 (0)