diff options
| author | liv <mokou@fastmail.com> | 2023-11-06 12:39:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 12:39:38 +0100 |
| commit | 4ecc35131c4bd4170c32e2fd6a4535467b92c8ce (patch) | |
| tree | 1eef8ebbfbac5e8bd7e4c0815958812ee1fdb17d | |
| parent | 22838ba2275ec643d06e4a2f00cbd24a76485d22 (diff) | |
| parent | 7e16e7721ae22c39dc349cfa72d0ede83f8af2f5 (diff) | |
Merge pull request #1754 from raymon-roos/fix/traits-03-hint
fix(traits3): grammar mistake in the hint for traits3
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 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 """ |
