fix footnote link

This commit is contained in:
Eric Ye 2015-05-19 07:46:52 -04:00
parent 4daa62a55f
commit 4bc8853cea

View File

@ -277,9 +277,9 @@ allocated on the heap:
| 0 | x | ?????? |
[drop]: drop.html
[moving]: We can make the memory live longer by transferring ownership,
sometimes called moving out of the box. More complex examples will
be covered later.
[^moving]: We can make the memory live longer by transferring ownership,
sometimes called moving out of the box. More complex examples will
be covered later.
And then the stack frame goes away, freeing all of our memory.