diff options
| author | TK Buristrakul <tkburis@gmail.com> | 2022-11-24 19:41:25 +0000 |
|---|---|---|
| committer | TK Buristrakul <tkburis@gmail.com> | 2022-11-24 19:41:25 +0000 |
| commit | db53dbc12615888ddd021025379fbab8e00e5067 (patch) | |
| tree | d2b0e6e2405c3481682bbc10c3d16a62e2a86fc6 /info.toml | |
| parent | a315f2fefb963c2facfd80efe336b8be3b8f6bfa (diff) | |
chore: tidied up unmatched backticks
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -695,7 +695,7 @@ name = "traits2" path = "exercises/traits/traits2.rs" mode = "test" hint = """ -Notice how the trait takes ownership of 'self',and returns `Self'. +Notice how the trait takes ownership of 'self',and returns `Self`. Try mutating the incoming string vector. Have a look at the tests to see what the result should look like! |
