Skip to content

Commit f3730bc

Browse files
bowbahdoezohairawan
andcommitted
Grammar
Co-Authored-By: zohairawan <35776095+zohairawan@users.noreply.github.com>
1 parent 3f8d8bb commit f3730bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

src/interfaces.md

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

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

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

0 commit comments

Comments
 (0)