Skip to content

Commit cc266d7

Browse files
authored
fix(move_semantics4): Remove redundant "instead" (#640)
1 parent fff72af commit cc266d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/move_semantics/move_semantics4.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// move_semantics4.rs
22
// Refactor this code so that instead of having `vec0` and creating the vector
3-
// in `fn main`, we instead create it within `fn fill_vec` and transfer the
3+
// in `fn main`, we create it within `fn fill_vec` and transfer the
44
// freshly created vector from fill_vec to its caller.
55
// Execute `rustlings hint move_semantics4` for hints!
66

0 commit comments

Comments
 (0)