summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index e705598..f46754d 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -763,7 +763,7 @@ hint = """
Notice how the trait takes ownership of `self` and returns `Self`.
Although the signature of `append_bar` in the trait takes `self` as argument,
-the implementation can take `mut self` instead. This is possible because the
+the implementation can take `mut self` instead. This is possible because
the value is owned anyway."""
[[exercises]]