diff --git a/exercises/move_semantics/move_semantics6.rs b/exercises/move_semantics/move_semantics6.rs index 5856e4c8..65926110 100644 --- a/exercises/move_semantics/move_semantics6.rs +++ b/exercises/move_semantics/move_semantics6.rs @@ -1,6 +1,6 @@ // move_semantics6.rs // Make me compile! `rustlings hint move_semantics6` for hints -// You can't change anything except adding or removing reference +// You can't change anything except adding or removing references // I AM NOT DONE