Skip to content

Commit fa91814

Browse files
authored
Merge pull request #2232 from ethdew19/main
Fix typo in traits hint
2 parents 0b91db2 + bd3bdd6 commit fa91814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustlings-macros/info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ hint = """
763763
Notice how the trait takes ownership of `self` and returns `Self`.
764764
765765
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
766+
the implementation can take `mut self` instead. This is possible because
767767
the value is owned anyway."""
768768

769769
[[exercises]]

0 commit comments

Comments
 (0)