From 51af2d4a561378f6c903c8da536c8c5bfdb6e5fd Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 9 Nov 2021 10:49:01 -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 a690db90..a9076c25 100644 --- a/capa/engine.py +++ b/capa/engine.py @@ -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. """