Skip to content

Commit f81a872

Browse files
committed
Fix grammar
1 parent e3f25e0 commit f81a872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/override_equals_and_hashCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Position {
4040
}
4141
```
4242

43-
Then you compare the all the fields to make sure they are equal to each other as well.
43+
Then you compare all the fields to make sure they are equal to each other as well.
4444

4545
```java,no_run
4646
class Position {

0 commit comments

Comments
 (0)