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.
1 parent 33fa74f commit b0c438cCopy full SHA for b0c438c
src/interfaces.md
@@ -2,7 +2,7 @@
2
3
Generics let you write code that doesn't care
4
what is different between different things - you would accept a `String`
5
-or an `Integer`, doesn't matter what is diferent between them.
+or an `Integer`, doesn't matter what is different between them.
6
7
Interfaces do a related thing. They let you write code that takes advantage
8
of commonalities.
0 commit comments