Skip to content

Commit d030945

Browse files
authored
[docs fix&update] 修改错别字
1 parent 2eb3ba9 commit d030945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public native int hashCode()
319319
*/
320320
public boolean equals(Object obj)
321321
/**
322-
* naitive 方法,用于创建并返回当前对象的一份拷贝。
322+
* native 方法,用于创建并返回当前对象的一份拷贝。
323323
*/
324324
protected native Object clone() throws CloneNotSupportedException
325325
/**

0 commit comments

Comments
 (0)