Skip to content

Commit

Permalink
fix(move_semantics5): correct typo (rust-lang#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredr authored and Spacebody committed Nov 18, 2022
1 parent 494c4bc commit 07b4eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/move_semantics/move_semantics5.rs
Original file line number Diff line number Diff line change
@@ -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 :)

Expand Down

0 comments on commit 07b4eb4

Please sign in to comment.