Skip to content

Commit 0e12934

Browse files
committed
Revert erroneous fix to tutorial
1 parent d35a380 commit 0e12934

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
@@ -1112,7 +1112,7 @@ let ys = xs;
11121112
11131113
xs = Nil;
11141114
1115-
// `xs` can't be used again
1115+
// `xs` can be used again
11161116
~~~
11171117

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

0 commit comments

Comments
 (0)