Align arrows in diagrams (#39)
This commit is contained in:
parent
a9ba34c59a
commit
ab39f443dc
|
@ -82,7 +82,7 @@ s.push_str("Hey");
|
|||
+---------+--------+----------+
|
||||
Stack | pointer | length | capacity |
|
||||
| | | 3 | 5 |
|
||||
+----|----+--------+----------+
|
||||
+--| ----+--------+----------+
|
||||
|
|
||||
|
|
||||
v
|
||||
|
|
|
@ -28,7 +28,7 @@ you'll get something like this in memory:
|
|||
+----v----+--------+----------+ +----|----+
|
||||
Stack | pointer | length | capacity | | pointer |
|
||||
| | | 3 | 5 | | |
|
||||
+----|----+--------+----------+ +---------+
|
||||
+--| ----+--------+----------+ +---------+
|
||||
| s r
|
||||
|
|
||||
v
|
||||
|
|
Loading…
Reference in New Issue