From 0e12934ed37d0ddc652018b618281ba1819f3403 Mon Sep 17 00:00:00 2001 From: Randati Date: Thu, 29 May 2014 15:11:53 +0300 Subject: [PATCH] Revert erroneous fix to tutorial --- src/doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 011d1b2b5db..a22256650b8 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -1112,7 +1112,7 @@ let ys = xs; xs = Nil; -// `xs` can't be used again +// `xs` can be used again ~~~ A destructor call will only occur for a variable that has not been moved from,