mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
fix(traits3): grammar mistake in the hint for traits3
This commit is contained in:
parent
02b1b5f6ab
commit
7e16e7721a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue