diff --git a/src/doc/book/the-stack-and-the-heap.md b/src/doc/book/the-stack-and-the-heap.md
index 29f87539f71..9cc3e12aa04 100644
--- a/src/doc/book/the-stack-and-the-heap.md
+++ b/src/doc/book/the-stack-and-the-heap.md
@@ -464,7 +464,7 @@ At the end of `bar()`, it calls `baz()`:
| (230) - 2 | | 5 |
| ... | ... | ... |
| 12 | g | 100 |
-| 11 | f | → 9 |
+| 11 | f | → (230) - 2 |
| 10 | e | → 9 |
| 9 | d | → (230) - 2 |
| 8 | c | 5 |