Skip to content

Commit 1814aaa

Browse files
authored
minor fix
1 parent 9633667 commit 1814aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/08-prototypes/04-prototype-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ let clone = Object.create(Object.getPrototypeOf(obj), Object.getOwnPropertyDescr
6363

6464
此调用可以对 `obj` 进行真正准确地拷贝,包括所有的属性:可枚举和不可枚举的,数据属性和 setters/getters —— 包括所有内容,并带有正确的 `[[Prototype]]`
6565

66-
# 原型简史
66+
## 原型简史
6767

6868
如果我们数一下有多少种处理 `[[Prototype]]` 的方式,答案是有很多!很多种方法做的都是同一件事儿!
6969

0 commit comments

Comments
 (0)