We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4839cb8 commit 63df2a0Copy full SHA for 63df2a0
src/methods-and-traits/traits/implementing.md
@@ -41,7 +41,7 @@ fn main() {
41
42
- Multiple `impl` blocks are allowed for a given type. This includes both
43
inherent `impl` blocks and trait `impl` blocks. Likewise multiple traits can
44
- be imlemented for a given type (and often types implement many traits!).
+ be implemented for a given type (and often types implement many traits!).
45
`impl` blocks can even be spread across multiple modules/files.
46
47
</details>
0 commit comments