about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-30 00:31:44 -0700
committerbors <bors@rust-lang.org>2014-05-30 00:31:44 -0700
commit25951b22420c5ecb1428a225a4dbb9e7529cf181 (patch)
tree4f4297a95c45a38f10793497cd41079a8353cd82
parentaf7c0303105fd84cb6a83c4fe69c26cd9da75157 (diff)
parent0e12934ed37d0ddc652018b618281ba1819f3403 (diff)
downloadrust-25951b22420c5ecb1428a225a4dbb9e7529cf181.tar.gz
rust-25951b22420c5ecb1428a225a4dbb9e7529cf181.zip
auto merge of #14514 : Randati/rust/patch-1, r=huonw
-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 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,