about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSantiago Rodriguez <sanrodari@gmail.com>2014-05-25 19:00:03 -0500
committerSantiago Rodriguez <sanrodari@gmail.com>2014-05-25 19:00:03 -0500
commit68455a12db890a6021e77b9746749ebd4557e78d (patch)
treef64d2e786146b6262e897a24dac5eca51041a961
parent0fca6c6a02d03491ee46ea5c4b656d114a73a53b (diff)
downloadrust-68455a12db890a6021e77b9746749ebd4557e78d.tar.gz
rust-68455a12db890a6021e77b9746749ebd4557e78d.zip
Fix to tutorial
-rw-r--r--src/doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md
index 981c8a37085..e692817471f 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -1099,7 +1099,7 @@ let ys = xs;
 
 xs = Nil;
 
-// `xs` can be used again
+// `xs` can't be used again
 ~~~
 
 A destructor call will only occur for a variable that has not been moved from,