Skip to content

Commit 8b123f2

Browse files
committed
Update complex DAG example to reflect multi-row routing fix
1 parent 6506b28 commit 8b123f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

content/docs/aesh/graph.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,12 @@ GraphNode root = GraphNode.of("Root").child(a).child(b);
181181
Root
182182
┌─┴┐
183183
A B
184-
┌┴─┬┴─┐
184+
┌┴─┐│
185+
│ ├┴─┐
185186
C D E
186187
```
187188

188-
Here D is shared between A and B — it appears once with edges from both parents.
189+
Here D is shared between A and B — it appears once with edges from both parents. Each parent's edges are drawn on separate routing rows to avoid visual ambiguity.
189190

190191
## Using in Commands
191192

0 commit comments

Comments
 (0)