Skip to content

Commit

Permalink
Merge pull request rust-lang#1754 from raymon-roos/fix/traits-03-hint
Browse files Browse the repository at this point in the history
fix(traits3): grammar mistake in the hint for traits3
  • Loading branch information
shadows-withal authored Nov 6, 2023
2 parents 22838ba + 7e16e77 commit 4ecc351
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 4ecc351

Please sign in to comment.