summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymon Roos <raymon.roos@hotmail.com>2023-11-05 15:30:47 +0100
committerRaymon Roos <raymon.roos@hotmail.com>2023-11-05 15:30:47 +0100
commit7e16e7721ae22c39dc349cfa72d0ede83f8af2f5 (patch)
tree1dbe7e51963a438bf1626a47535a09f041cf7543
parent02b1b5f6ab07333e3b7835527c9fbc84859e65af (diff)
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
"""