diff --git a/src/items/implementations.md b/src/items/implementations.md index b76ac6d97..11b990dcd 100644 --- a/src/items/implementations.md +++ b/src/items/implementations.md @@ -7,7 +7,7 @@ implementations. Implementations are defined with the keyword `impl`. -## Interent Implementations +## Inherent Implementations An inherent implementation is defined as the sequence of the `impl` keyword, generic type declarations, a path to a nomial type, a where clause, and a