Skip to content

Commit 6608583

Browse files
Merge pull request rust-lang#202 from Havvy/typo
Interent -> Inherent
2 parents 764c23b + ed58524 commit 6608583

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
@@ -7,7 +7,7 @@ implementations.
77

88
Implementations are defined with the keyword `impl`.
99

10-
## Interent Implementations
10+
## Inherent Implementations
1111

1212
An inherent implementation is defined as the sequence of the `impl` keyword,
1313
generic type declarations, a path to a nomial type, a where clause, and a

0 commit comments

Comments
 (0)