Revert erroneous fix to tutorial

This commit is contained in:
Randati 2014-05-29 15:11:53 +03:00
parent d35a380870
commit 0e12934ed3

View File

@ -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,