We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f37f5a commit 2e0e32fCopy full SHA for 2e0e32f
src/doc/trpl/the-stack-and-the-heap.md
@@ -224,7 +224,7 @@ like this:
224
| 1 | y | 42 |
225
| 0 | x | → (2<sup>30</sup>) - 1 |
226
227
-We have (2<sup>30</sup>) - 1 in our hypothetical computer with 1GB of RAM. And since
+We have (2<sup>30</sup>) - 1 addresses in our hypothetical computer with 1GB of RAM. And since
228
our stack grows from zero, the easiest place to allocate memory is from the
229
other end. So our first value is at the highest place in memory. And the value
230
of the struct at `x` has a [raw pointer][rawpointer] to the place we’ve
0 commit comments