Skip to content

Commit 968adb2

Browse files
committed
Merge pull request #1 from bhargavrpatel/master-stack-heap-verbiage-change
Change verbiage in Stack & Heap page
2 parents 52d95e6 + 7a93a3a commit 968adb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ stack frame. It grows upward, the more functions we call.
109109

110110
There are some important things we have to take note of here. The numbers 0, 1,
111111
and 2 are all solely for illustrative purposes, and bear no relationship to the
112-
actual numbers the computer will actually use. In particular, the series of
112+
address values the computer will use in reality. In particular, the series of
113113
addresses are in reality going to be separated by some number of bytes that
114114
separate each address, and that separation may even exceed the size of the
115115
value being stored.

0 commit comments

Comments
 (0)