Skip to content

Commit 33fa74f

Browse files
committed
Fix grammar
1 parent 02dcf2e commit 33fa74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions_ii/unchecked_exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unchecked Exceptions
22

3-
When a part of your code might throw a "unchecked" exception, other
3+
When a part of your code might throw an "unchecked" exception, other
44
parts of your code do not need to account for that possibility.
55

66
```java

0 commit comments

Comments
 (0)