Skip to content

Commit b0c438c

Browse files
committed
Fix typo
1 parent 33fa74f commit b0c438c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Generics let you write code that doesn't care
44
what is different between different things - you would accept a `String`
5-
or an `Integer`, doesn't matter what is diferent between them.
5+
or an `Integer`, doesn't matter what is different between them.
66

77
Interfaces do a related thing. They let you write code that takes advantage
88
of commonalities.

0 commit comments

Comments
 (0)