diff options
| author | mo8it <mo8it@proton.me> | 2023-08-27 00:47:03 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2023-08-27 00:50:35 +0200 |
| commit | 16936d95d13df800f06c7af22069b5daf0c672e4 (patch) | |
| tree | 6b57ed3c4c72595e0c8452bb8c85fc3b2d5c0e57 /exercises | |
| parent | 64224d3918820ebcdd2ee23fe2e7678f94573345 (diff) | |
Fix typo
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/move_semantics/move_semantics3.rs | 2 |
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 |
