diff options
| author | Fredrik Enestad <fredrik@enestad.com> | 2021-09-30 10:18:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 10:18:36 +0200 |
| commit | 46c28d5cef3d8446b5a356b19d8dbc725f91a3a0 (patch) | |
| tree | 6d76b71ef2292a8c1bb43cf48461d4d7a97ca8d7 | |
| parent | ad338ee7899ee70ff3249dc6592466f5a1d58a68 (diff) | |
fix(move_semantics5): correct typo (#857)
| -rw-r--r-- | exercises/move_semantics/move_semantics5.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/move_semantics/move_semantics5.rs b/exercises/move_semantics/move_semantics5.rs index 1afe16c..c4704f9 100644 --- a/exercises/move_semantics/move_semantics5.rs +++ b/exercises/move_semantics/move_semantics5.rs @@ -1,5 +1,5 @@ // move_semantics5.rs -// Make me compile only be reordering the lines in `main()`, but without +// Make me compile only by reordering the lines in `main()`, but without // adding, changing or removing any of them. // Execute `rustlings hint move_semantics5` for hints :) |
