Skip to content

Commit 25951b2

Browse files
committed
auto merge of #14514 : Randati/rust/patch-1, r=huonw
2 parents af7c030 + 0e12934 commit 25951b2

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
@@ -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)