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:48:54 -07:00
committed by GitHub
parent a6e2cfc90a
commit a68812b223

View File

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