We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b91db2 + bd3bdd6 commit fa91814Copy full SHA for fa91814
rustlings-macros/info.toml
@@ -763,7 +763,7 @@ hint = """
763
Notice how the trait takes ownership of `self` and returns `Self`.
764
765
Although the signature of `append_bar` in the trait takes `self` as argument,
766
-the implementation can take `mut self` instead. This is possible because the
+the implementation can take `mut self` instead. This is possible because
767
the value is owned anyway."""
768
769
[[exercises]]
0 commit comments