summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2022-07-20 09:09:43 +0200
committerGitHub <noreply@github.com>2022-07-20 09:09:43 +0200
commitfb7dac75a722c681fa0ec77063fc330d6c3e8b99 (patch)
tree9fc53cff6a3543fecff0a9dfe9db5155d5b902f7 /info.toml
parentfef10b8a0fef886d916b337bfdbde5106bd7e5c5 (diff)
parentf9413b8ae1c9fe8bd9ebed01f27450e8b98f233e (diff)
Merge pull request #1089 from greg-el/main
fix(traits5): fix "paramter" spelling
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index f90d10a..1403111 100644
--- a/info.toml
+++ b/info.toml
@@ -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