summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2023-08-27 00:47:03 +0200
committermo8it <mo8it@proton.me>2023-08-27 00:50:35 +0200
commit16936d95d13df800f06c7af22069b5daf0c672e4 (patch)
tree6b57ed3c4c72595e0c8452bb8c85fc3b2d5c0e57 /exercises
parent64224d3918820ebcdd2ee23fe2e7678f94573345 (diff)
Fix typo
Diffstat (limited to 'exercises')
-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