We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ace603 commit 6a6afa6Copy full SHA for 6a6afa6
docs/object.md
@@ -88,7 +88,7 @@ function (obj, proto) {
88
89
**(3)Object.getPrototypeOf()**
90
91
-与setPrototypeOf()配套的,还有getPrototypeOf(),用于读取一个对象的prototype对象。
+该方法与setPrototypeOf()配套,用于读取一个对象的prototype对象。
92
93
```javascript
94
0 commit comments