From a68812b223a6bb74612c16ace2f2e95072db7ab2 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 9 Nov 2021 10:48:54 -0700 Subject: [PATCH] Update capa/engine.py Co-authored-by: Moritz --- capa/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/engine.py b/capa/engine.py index b3a62f46..a690db90 100644 --- a/capa/engine.py +++ b/capa/engine.py @@ -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. """