From 7314c17628dafd8fdcef78f422591a50567f399f Mon Sep 17 00:00:00 2001 From: Lucas Aries <73198738+Kallu-A@users.noreply.github.com> Date: Fri, 4 Feb 2022 22:41:17 +0100 Subject: [PATCH] fix typo Co-authored-by: diannasoreil --- exercises/move_semantics/move_semantics6.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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