Skip to content

Commit 7e16e77

Browse files
committed
fix(traits3): grammar mistake in the hint for traits3
1 parent 02b1b5f commit 7e16e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

+1-1
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)