Skip to content

Commit 6a6afa6

Browse files
committed
Update Object.getPrototypeOf()
1 parent 1ace603 commit 6a6afa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function (obj, proto) {
8888

8989
**(3)Object.getPrototypeOf()**
9090

91-
与setPrototypeOf()配套的,还有getPrototypeOf(),用于读取一个对象的prototype对象。
91+
该方法与setPrototypeOf()配套,用于读取一个对象的prototype对象。
9292

9393
```javascript
9494

0 commit comments

Comments
 (0)