Skip to content

Commit 68455a1

Browse files
committed
Fix to tutorial
1 parent 0fca6c6 commit 68455a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ let ys = xs;
10991099
11001100
xs = Nil;
11011101
1102-
// `xs` can be used again
1102+
// `xs` can't be used again
11031103
~~~
11041104

11051105
A destructor call will only occur for a variable that has not been moved from,

0 commit comments

Comments
 (0)