Fix typo in exercise move_semantics5

This commit is contained in:
Fredrik Enestad 2021-09-29 19:40:41 +02:00 committed by GitHub
parent ad338ee789
commit cf27c1b5d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :)