Skip to content

Commit c7f9201

Browse files
committed
Fix typo in diagram demonstrating stack vs. heap values
1 parent 820b1d8 commit c7f9201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/the-stack-and-the-heap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ At the end of `bar()`, it calls `baz()`:
454454
| (2<sup>30</sup>) - 1 | | 5 |
455455
| ... | ... | ... |
456456
| 12 | g | 100 |
457-
| 11 | f | 4 |
457+
| 11 | f | 9 |
458458
| 10 | e | 9 |
459459
| 9 | d | (2<sup>30</sup>) - 1 |
460460
| 8 | c | 5 |

0 commit comments

Comments
 (0)