about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-27 02:16:32 -0700
committerbors <bors@rust-lang.org>2014-05-27 02:16:32 -0700
commita01bedc2cd254ffb92a65c7a2bc91142a0850ab3 (patch)
tree4b5c841cf9c0d66d995d72acb27d1b8d4d6e4bc7 /src
parent746d086f9322d24fa7b389dd911e204ca35012ae (diff)
parent68455a12db890a6021e77b9746749ebd4557e78d (diff)
downloadrust-a01bedc2cd254ffb92a65c7a2bc91142a0850ab3.tar.gz
rust-a01bedc2cd254ffb92a65c7a2bc91142a0850ab3.zip
auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler
Diffstat (limited to 'src')
-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 4b15e82ea3b..1c915b0d7dc 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -1106,7 +1106,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,