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 02dcf2e commit 33fa74fCopy full SHA for 33fa74f
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
0 commit comments