diff options
| author | Bhargav Patel <bhargavrpatel@users.noreply.github.com> | 2015-11-29 22:18:34 -0500 |
|---|---|---|
| committer | Bhargav Patel <bhargavrpatel@users.noreply.github.com> | 2015-11-29 22:18:34 -0500 |
| commit | 968adb287a21c07b8a760f29c1d6e214d6b3fa92 (patch) | |
| tree | 31a99e092d9fee3af063e9d94eb3a5d2192a3e05 | |
| parent | 52d95e6448493366ab1c171c3217de9c7bb40a70 (diff) | |
| parent | 7a93a3a82150e933d254c2dc6563ce512927124e (diff) | |
| download | rust-968adb287a21c07b8a760f29c1d6e214d6b3fa92.tar.gz rust-968adb287a21c07b8a760f29c1d6e214d6b3fa92.zip | |
Merge pull request #1 from bhargavrpatel/master-stack-heap-verbiage-change
Change verbiage in Stack & Heap page
| -rw-r--r-- | src/doc/book/the-stack-and-the-heap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/the-stack-and-the-heap.md b/src/doc/book/the-stack-and-the-heap.md index 0c78f876aa0..29f87539f71 100644 --- a/src/doc/book/the-stack-and-the-heap.md +++ b/src/doc/book/the-stack-and-the-heap.md @@ -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. |
