Skip to content

Commit 4ecc351

Browse files
authored
Merge pull request #1754 from raymon-roos/fix/traits-03-hint
fix(traits3): grammar mistake in the hint for traits3
2 parents 22838ba + 7e16e77 commit 4ecc351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ mode = "test"
808808
hint = """
809809
Traits can have a default implementation for functions. Structs that implement
810810
the trait can then use the default version of these functions if they choose not
811-
implement the function themselves.
811+
to implement the function themselves.
812812
813813
See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#default-implementations
814814
"""

0 commit comments

Comments
 (0)