Skip to content

Commit 9fef7d4

Browse files
committed
spelling: which
Signed-off-by: Josh Soref <[email protected]>
1 parent 5765a71 commit 9fef7d4

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
@@ -16,7 +16,7 @@ The analysis is built up in layers. the stack looks like this:
1616
## Avoiding non-monotonic recursion
1717

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.
19-
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.
19+
As an example, we have defined local source as those which 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 restrictions to keep in mind:
2222

0 commit comments

Comments
 (0)