mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
Update capa/engine.py
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user