We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad338ee commit 46c28d5Copy full SHA for 46c28d5
exercises/move_semantics/move_semantics5.rs
@@ -1,5 +1,5 @@
1
// move_semantics5.rs
2
-// Make me compile only be reordering the lines in `main()`, but without
+// Make me compile only by reordering the lines in `main()`, but without
3
// adding, changing or removing any of them.
4
// Execute `rustlings hint move_semantics5` for hints :)
5
0 commit comments