Fix Unicode art incorrectly interpreted as Rust code

pull/378/head
SabrinaJewson 2 years ago
parent 805070e0f6
commit c19184a94a
No known key found for this signature in database
GPG Key ID: 3D5438FFA5F05564

@ -73,7 +73,7 @@ atomic::fence(atomic::Ordering::Acquire);
This can result in an execution like so:
```
```text
t_1 X t_3 Y t_2
╭───────╮ ┌───┐ ╭───────╮ ┌───┐ ╭───────╮
│ store ├─┐ │ 0 │ ┌─┤ load │ │ 0 │ ┌─┤ store │

Loading…
Cancel
Save