Skip to content

Commit

Permalink
Merge pull request #1 from bhargavrpatel/master-stack-heap-verbiage-c…
Browse files Browse the repository at this point in the history
…hange

Change verbiage in Stack & Heap page
  • Loading branch information
bhargavrpatel committed Nov 30, 2015
2 parents 52d95e6 + 7a93a3a commit 968adb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/the-stack-and-the-heap.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ stack frame. It grows upward, the more functions we call.

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

0 comments on commit 968adb2

Please sign in to comment.