summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2023-11-06 12:39:38 +0100
committerGitHub <noreply@github.com>2023-11-06 12:39:38 +0100
commit4ecc35131c4bd4170c32e2fd6a4535467b92c8ce (patch)
tree1eef8ebbfbac5e8bd7e4c0815958812ee1fdb17d
parent22838ba2275ec643d06e4a2f00cbd24a76485d22 (diff)
parent7e16e7721ae22c39dc349cfa72d0ede83f8af2f5 (diff)
Merge pull request #1754 from raymon-roos/fix/traits-03-hint
fix(traits3): grammar mistake in the hint for traits3
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 44f344a..887662a 100644
--- a/info.toml
+++ b/info.toml
@@ -808,7 +808,7 @@ mode = "test"
hint = """
Traits can have a default implementation for functions. Structs that implement
the trait can then use the default version of these functions if they choose not
-implement the function themselves.
+to implement the function themselves.
See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#default-implementations
"""