Skip to content

Commit 72751c5

Browse files
Merge pull request #252 from mediogre/master
Fixed a typo in Inherent Implementations
2 parents ce4d33a + 6389a11 commit 72751c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Implementations are defined with the keyword `impl`.
1010
## Inherent Implementations
1111

1212
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
13+
generic type declarations, a path to a nominal type, a where clause, and a
1414
bracketed set of associable items.
1515

1616
The nominal type is called the *implementing type* and the associable items are

0 commit comments

Comments
 (0)