From 49e45e7042e1fcda3683376519e1f26cfac0b040 Mon Sep 17 00:00:00 2001 From: Konrad Weiss Date: Tue, 22 Oct 2024 15:05:01 +0200 Subject: [PATCH] Alternative for ComprehensionExpression --- docs/docs/CPG/specs/eog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/CPG/specs/eog.md b/docs/docs/CPG/specs/eog.md index 1b48745223..0688f051ab 100644 --- a/docs/docs/CPG/specs/eog.md +++ b/docs/docs/CPG/specs/eog.md @@ -734,7 +734,8 @@ flowchart LR child2 --EOG--> child3["predicate"] child3 --EOG--> parent(["ComprehensionExpression"]) parent --EOG:true--> enter:::outer - parent --EOG:false--> exit:::outer + parent --EOG:false--> child1 + child1 --EOG:false--> exit:::outer parent -.-> child3 parent -.-> child2 parent -.-> child1