Merge pull request #1754 from raymon-roos/fix/traits-03-hint
fix(traits3): grammar mistake in the hint for traits3
This commit is contained in:
commit
4ecc35131c
@ -808,7 +808,7 @@ mode = "test"
|
|||||||
hint = """
|
hint = """
|
||||||
Traits can have a default implementation for functions. Structs that implement
|
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
|
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
|
See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#default-implementations
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user