Skip to content

Commit becab03

Browse files
authored
fix: typo
1 parent 981812f commit becab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [Object.getPrototypeOf(obj)](mdn:js/Object/getPrototypeOf) —— 返回对象 `obj``[[Prototype]]`
1111
- [Object.setPrototypeOf(obj, proto)](mdn:js/Object/setPrototypeOf) —— 将对象 `obj``[[Prototype]]` 设置为 `proto`
1212

13-
`__proto__` 的不被反对的唯一的用法是在创建新对象时,将其用作属性:`{ __proto__: ... }`
13+
`__proto__` 不被反对的唯一的用法是在创建新对象时,将其用作属性:`{ __proto__: ... }`
1414

1515
虽然,也有一种特殊的方法:
1616

0 commit comments

Comments
 (0)