summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exercises/move_semantics/move_semantics3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/move_semantics/move_semantics3.rs b/exercises/move_semantics/move_semantics3.rs
index ea21493..16118f7 100644
--- a/exercises/move_semantics/move_semantics3.rs
+++ b/exercises/move_semantics/move_semantics3.rs
@@ -1,6 +1,6 @@
// move_semantics3.rs
//
-// Make me compile without adding new lines-- just changing existing lines! (no
+// Make me compile without adding new lines -- just changing existing lines! (no
// lines with multiple semicolons necessary!)
//
// Execute `rustlings hint move_semantics3` or use the `hint` watch subcommand