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,