From 737415ceb1c40170f10a147bcffcaf5ab7d24d81 Mon Sep 17 00:00:00 2001 From: Konrad Weiss Date: Tue, 22 Oct 2024 15:07:32 +0200 Subject: [PATCH] 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 0688f051ab..f329474ab8 100644 --- a/docs/docs/CPG/specs/eog.md +++ b/docs/docs/CPG/specs/eog.md @@ -730,7 +730,7 @@ Scheme: flowchart LR classDef outer fill:#fff,stroke:#ddd,stroke-dasharray:5 5; prev:::outer --EOG--> child1["iterable"] - child1 --EOG--> child2["variable"] + child1 --EOG:true--> child2["variable"] child2 --EOG--> child3["predicate"] child3 --EOG--> parent(["ComprehensionExpression"]) parent --EOG:true--> enter:::outer