Skip to content

Commit 9250427

Browse files
committed
Fix typo
1 parent 6b646e5 commit 9250427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reflection/get_a_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Tea {
2121
```
2222

2323

24-
Unlike fields which can be identified only by their name, methods which are distinct overloads of eachother
24+
Unlike fields which can be identified only by their name, methods which are distinct overloads of each other
2525
are distinguised by the arguments they take in.
2626

2727
```java

0 commit comments

Comments
 (0)