From ee0e9ddb4b729ba86fa5b9864ddc37f1ed83d51f Mon Sep 17 00:00:00 2001 From: Konrad Weiss Date: Tue, 22 Oct 2024 14:52:25 +0200 Subject: [PATCH] Small fix --- docs/docs/CPG/specs/eog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/CPG/specs/eog.md b/docs/docs/CPG/specs/eog.md index 5fa287d355..1b48745223 100644 --- a/docs/docs/CPG/specs/eog.md +++ b/docs/docs/CPG/specs/eog.md @@ -732,7 +732,7 @@ flowchart LR prev:::outer --EOG--> child1["iterable"] child1 --EOG--> child2["variable"] child2 --EOG--> child3["predicate"] - child3 --EOG:true--> parent(["ComprehensionExpression"]) + child3 --EOG--> parent(["ComprehensionExpression"]) parent --EOG:true--> enter:::outer parent --EOG:false--> exit:::outer parent -.-> child3