Fix link to stack/heap page

Link spanned a line and was mising the actual link target.
This commit is contained in:
Brett Cannon 2015-04-15 12:57:22 -04:00
parent a691f1eefe
commit 40c7350407
1 changed files with 4 additions and 4 deletions

View File

@ -104,10 +104,10 @@ Well get to the details eventually, youll just have to trust us for now.
Next, `"Hello, world!"` is a string. Strings are a surprisingly complicated
topic in a systems programming language, and this is a statically allocated
string. If you want to read further about allocation, check out [the stack and
the heap], but you dont need to right now if you dont want to. We pass this
string as an argument to `println!`, which prints the string to the screen.
Easy enough!
string. If you want to read further about allocation, check out
[the stack and the heap][allocation], but you dont need to right now if you
dont want to. We pass this string as an argument to `println!`, which prints the
string to the screen. Easy enough!
[allocation]: the-stack-and-the-heap.html