Skip to content

Commit 46c28d5

Browse files
authored
fix(move_semantics5): correct typo (#857)
1 parent ad338ee commit 46c28d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/move_semantics/move_semantics5.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// move_semantics5.rs
2-
// Make me compile only be reordering the lines in `main()`, but without
2+
// Make me compile only by reordering the lines in `main()`, but without
33
// adding, changing or removing any of them.
44
// Execute `rustlings hint move_semantics5` for hints :)
55

0 commit comments

Comments
 (0)