Skip to content

Commit 63df2a0

Browse files
committed
Fix tyop
1 parent 4839cb8 commit 63df2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods-and-traits/traits/implementing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn main() {
4141

4242
- Multiple `impl` blocks are allowed for a given type. This includes both
4343
inherent `impl` blocks and trait `impl` blocks. Likewise multiple traits can
44-
be imlemented for a given type (and often types implement many traits!).
44+
be implemented for a given type (and often types implement many traits!).
4545
`impl` blocks can even be spread across multiple modules/files.
4646

4747
</details>

0 commit comments

Comments
 (0)