Update capa/engine.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Willi Ballenthin
2021-11-09 10:49:01 -07:00
committed by GitHub
parent a68812b223
commit 51af2d4a56

View File

@@ -112,7 +112,7 @@ class Or(Statement):
"""
match if any of the children evaluate to True.
the order of evaluation is dicated by the property
the order of evaluation is dictated by the property
`Or.children` (type: List[Statement|Feature]).
a query optimizer may safely manipulate the order of these children.
"""