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 3f8d8bb commit f3730bcCopy full SHA for f3730bc
src/exceptions_ii/unchecked_exceptions.md
@@ -1,6 +1,6 @@
1
# Unchecked Exceptions
2
3
-When a part of your code might throw a "unchecked" exception, other
+When a part of your code might throw an "unchecked" exception, other
4
parts of your code do not need to account for that possibility.
5
6
```java
src/interfaces.md
@@ -5,7 +5,7 @@
Generics let you write code that doesn't care
7
what is different between different things - you would accept a `String`
8
-or an `Integer`, doesn't matter what is diferent between them.
+or an `Integer`, doesn't matter what is different between them.
9
10
Interfaces do a related thing. They let you write code that takes advantage
11
of commonalities.
0 commit comments