Skip to content

Commit f20bac0

Browse files
tal-zvonliangminhua
authored andcommitted
fix(move_semantics4): Remove redundant "instead" (rust-lang#640)
1 parent 8468fe5 commit f20bac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/move_semantics/move_semantics4.rs

+1-1
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)