Skip to content

Commit

Permalink
fix(traits3): grammar mistake in the hint for traits3
Browse files Browse the repository at this point in the history
  • Loading branch information
raymon-roos committed Nov 5, 2023
1 parent 02b1b5f commit 7e16e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 7e16e77

Please sign in to comment.