fix(move_semantics5): correct typo (#857)
This commit is contained in:
parent
ad338ee789
commit
46c28d5cef
|
@ -1,5 +1,5 @@
|
||||||
// move_semantics5.rs
|
// move_semantics5.rs
|
||||||
// Make me compile only be reordering the lines in `main()`, but without
|
// Make me compile only by reordering the lines in `main()`, but without
|
||||||
// adding, changing or removing any of them.
|
// adding, changing or removing any of them.
|
||||||
// Execute `rustlings hint move_semantics5` for hints :)
|
// Execute `rustlings hint move_semantics5` for hints :)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue