1
0
forked from ROMEO/nexosim

Use better supported UTF symbols for arrow heads

This commit is contained in:
Serge Barral
2024-09-08 17:38:58 +02:00
parent 1c0c8ed529
commit 2a8a3738cb
7 changed files with 19 additions and 19 deletions

View File

@ -75,7 +75,7 @@
//! ```text
//! ┌────────────┐
//! │ │
//! Input ●───────│ Multiplier ├─────── Output
//! Input ●───────│ Multiplier ├─────── Output
//! f64 │ │ f64
//! └────────────┘
//! ```
@ -156,13 +156,13 @@
//! ```text
//! ┌────────────┐
//! │ │
//! ┌──│ Delay ├──┐
//! ┌──│ Delay ├──┐
//! ┌────────────┐ │ │ │ │ ┌────────────┐
//! │ │ │ └────────────┘ │ │ │
//! Input ●──│ Multiplier ├───┤ ├──│ Delay ├── Output
//! Input ●──│ Multiplier ├───┤ ├──│ Delay ├── Output
//! │ │ │ ┌────────────┐ │ │ │
//! └────────────┘ │ │ │ │ └────────────┘
//! └──│ Multiplier ├──┘
//! └──│ Multiplier ├──┘
//! │ │
//! └────────────┘
//! ```