diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 981c8a3708577..e692817471ffb 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,