Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
konradweiss committed Oct 22, 2024
1 parent 49e45e7 commit 737415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/CPG/specs/eog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 737415c

Please sign in to comment.