diff options
Diffstat (limited to 'src')
| -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 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, |
