Skip to content

Commit a01bedc

Browse files
committed
auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler
2 parents 746d086 + 68455a1 commit a01bedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ let ys = xs;
11061106
11071107
xs = Nil;
11081108
1109-
// `xs` can be used again
1109+
// `xs` can't be used again
11101110
~~~
11111111

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

0 commit comments

Comments
 (0)