summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authorMo Bitar <76752051+mo8it@users.noreply.github.com>2025-04-29 21:34:47 +0200
committerGitHub <noreply@github.com>2025-04-29 21:34:47 +0200
commitfa91814aa9fee646254803f3f4b87472e1d4760e (patch)
treecad8d5c7c2a21176fa6c1b2bfcef937a03f09bbb /rustlings-macros/info.toml
parent0b91db21955b9b05ec525c1ef67922e296fafa06 (diff)
parentbd3bdd620bce981f648a1c5fcc3efe0a80cf9911 (diff)
Merge pull request #2232 from ethdew19/main
Fix typo in traits hint
Diffstat (limited to 'rustlings-macros/info.toml')
-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]]