Skip to content

Commit df05c77

Browse files
committed
spelling: important
Signed-off-by: Josh Soref <[email protected]>
1 parent 9d53938 commit df05c77

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
@@ -15,7 +15,7 @@ The analysis is built up in layers. the stack looks like this:
1515

1616
## Avoiding non-monotonic recursion
1717

18-
Given the many interactivg layers, it is imprtant 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.
18+
Given the many interactivg 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

2121
Some particular reatrictions to keep in mind:

0 commit comments

Comments
 (0)