From 4bc8853ceae2aee59f7a53b24462d808043152e5 Mon Sep 17 00:00:00 2001 From: Eric Ye Date: Tue, 19 May 2015 07:46:52 -0400 Subject: [PATCH] fix footnote link --- src/doc/trpl/the-stack-and-the-heap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/trpl/the-stack-and-the-heap.md b/src/doc/trpl/the-stack-and-the-heap.md index c47dbd97893..187ca577aca 100644 --- a/src/doc/trpl/the-stack-and-the-heap.md +++ b/src/doc/trpl/the-stack-and-the-heap.md @@ -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.