Skip to content

Commit 1ea0947

Browse files
committed
auto merge of #11753 : misfo/rust/patch-1, r=pcwalton
2 parents a5ab960 + e1e7ddc commit 1ea0947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ let y = x.clone();
10961096
10971097
let z = x;
10981098
1099-
// and now, it can no longer be used since it has been moved from
1099+
// and now, it can no longer be used since it has been moved
11001100
~~~
11011101

11021102
The mutability of a value may be changed by moving it to a new owner:

0 commit comments

Comments
 (0)