diff options
| author | bors <bors@rust-lang.org> | 2014-05-30 00:31:44 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-30 00:31:44 -0700 |
| commit | 25951b22420c5ecb1428a225a4dbb9e7529cf181 (patch) | |
| tree | 4f4297a95c45a38f10793497cd41079a8353cd82 | |
| parent | af7c0303105fd84cb6a83c4fe69c26cd9da75157 (diff) | |
| parent | 0e12934ed37d0ddc652018b618281ba1819f3403 (diff) | |
| download | rust-25951b22420c5ecb1428a225a4dbb9e7529cf181.tar.gz rust-25951b22420c5ecb1428a225a4dbb9e7529cf181.zip | |
auto merge of #14514 : Randati/rust/patch-1, r=huonw
| -rw-r--r-- | src/doc/tutorial.md | 2 |
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, |
