Fix typo in diagram demonstrating stack vs. heap values
This commit is contained in:
parent
820b1d8393
commit
c7f92018ac
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ At the end of `bar()`, it calls `baz()`:
|
|||
| (2<sup>30</sup>) - 1 | | 5 |
|
||||
| ... | ... | ... |
|
||||
| 12 | g | 100 |
|
||||
| 11 | f | 4 |
|
||||
| 11 | f | 9 |
|
||||
| 10 | e | 9 |
|
||||
| 9 | d | (2<sup>30</sup>) - 1 |
|
||||
| 8 | c | 5 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue