Skip to content

Commit b6f5e72

Browse files
committed
Small fix in the book
Fixes #29401. r? @steveklabnik
1 parent eab5ad5 commit b6f5e72

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Because `0` was taken by the first frame, `1` and `2` are used for `foo()`’s
9797
stack frame. It grows upward, the more functions we call.
9898

9999

100-
There’s some important things we have to take note of here. The numbers 0, 1,
100+
There are some important things we have to take note of here. The numbers 0, 1,
101101
and 2 are all solely for illustrative purposes, and bear no relationship to the
102102
actual numbers the computer will actually use. In particular, the series of
103103
addresses are in reality going to be separated by some number of bytes that

0 commit comments

Comments
 (0)