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.
2 parents ce4d33a + 6389a11 commit 72751c5Copy full SHA for 72751c5
src/items/implementations.md
@@ -10,7 +10,7 @@ Implementations are defined with the keyword `impl`.
10
## Inherent Implementations
11
12
An inherent implementation is defined as the sequence of the `impl` keyword,
13
-generic type declarations, a path to a nomial type, a where clause, and a
+generic type declarations, a path to a nominal type, a where clause, and a
14
bracketed set of associable items.
15
16
The nominal type is called the *implementing type* and the associable items are
0 commit comments