diff options
| author | Raymon Roos <raymon.roos@hotmail.com> | 2023-11-05 15:30:47 +0100 |
|---|---|---|
| committer | Raymon Roos <raymon.roos@hotmail.com> | 2023-11-05 15:30:47 +0100 |
| commit | 7e16e7721ae22c39dc349cfa72d0ede83f8af2f5 (patch) | |
| tree | 1dbe7e51963a438bf1626a47535a09f041cf7543 | |
| parent | 02b1b5f6ab07333e3b7835527c9fbc84859e65af (diff) | |
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 """ |
