Skip to content

Commit 3f3b55b

Browse files
committed
Rollup merge of rust-lang#29405 - pmarcelll:docs-fix, r=steveklabnik
Fixes rust-lang#29401. r? @steveklabnik
2 parents 43c553a + b6f5e72 commit 3f3b55b

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)