doc: fix ASCII diagram alignment in user index.

Replace `◀` / `▶` (often rendered as double-width emoji glyphs) with
`←` / `→` (single-cell in every monospace font) so the box borders
line up correctly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 20:43:36 +02:00
parent 516149cdae
commit 7145577df7

View File

@@ -17,7 +17,7 @@ session as a script.
```
┌──────────┐ ┌──────────┐
│ Module A │ │ Module B │
│ Part J1 │──│ Part P1 │ <— a Connection (built by `connect`)
│ Part J1 │──│ Part P1 │ <— a Connection (built by `connect`)
│ pins │ │ pins │
└──────────┘ └──────────┘
```