diff options
| author | Greg Leonard <gregjamesleonard@gmail.com> | 2022-07-19 20:05:04 +0100 |
|---|---|---|
| committer | Greg Leonard <gregjamesleonard@gmail.com> | 2022-07-19 20:05:04 +0100 |
| commit | f9413b8ae1c9fe8bd9ebed01f27450e8b98f233e (patch) | |
| tree | 9fc53cff6a3543fecff0a9dfe9db5155d5b902f7 | |
| parent | fef10b8a0fef886d916b337bfdbde5106bd7e5c5 (diff) | |
fix(traits5): fix "paramter" spelling
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -732,7 +732,7 @@ name = "traits5" path = "exercises/traits/traits5.rs" mode = "compile" hint = """ -To ensure a paramter implements multiple traits use the '+ syntax'. Try replacing the +To ensure a parameter implements multiple traits use the '+ syntax'. Try replacing the '??' with 'impl <> + <>'. See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#specifying-multiple-trait-bounds-with-the--syntax |
