Skip to content

Commit fb7dac7

Browse files
authored
Merge pull request #1089 from greg-el/main
fix(traits5): fix "paramter" spelling
2 parents fef10b8 + f9413b8 commit fb7dac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ name = "traits5"
732732
path = "exercises/traits/traits5.rs"
733733
mode = "compile"
734734
hint = """
735-
To ensure a paramter implements multiple traits use the '+ syntax'. Try replacing the
735+
To ensure a parameter implements multiple traits use the '+ syntax'. Try replacing the
736736
'??' with 'impl <> + <>'.
737737
738738
See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#specifying-multiple-trait-bounds-with-the--syntax

0 commit comments

Comments
 (0)