Skip to content

Commit f9413b8

Browse files
author
Greg Leonard
committed
fix(traits5): fix "paramter" spelling
1 parent fef10b8 commit f9413b8

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)