Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
konradweiss committed Oct 22, 2024
1 parent 9c26db3 commit ee0e9dd
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 @@ -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
Expand Down

0 comments on commit ee0e9dd

Please sign in to comment.