Skip to content

Commit e1e7ddc

Browse files
committed
Fix typo in tutorial
1 parent 657e353 commit e1e7ddc

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)