Skip to content

Commit 7550c29

Browse files
committed
[docs fix]typo
1 parent 4789216 commit 7550c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/basis/java-basic-questions-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ public boolean equals(Object anObject) {
564564
565565
面试官可能会问你:“你重写过 `hashCode()` 和 `equals()`么?为什么重写 `equals()` 时必须重写 `hashCode()` 方法?”
566566
567-
一个非常基础的问题,面试中的重中之重,然而,很多求职者还是会达不到点子上去
567+
一个非常基础的问题,面试中的重中之重,然而,很多求职者还是会回答不到点子上去
568568
569569
#### hashCode() 有什么用?
570570

0 commit comments

Comments
 (0)