Skip to content

Commit 4019d9d

Browse files
committed
docs: edit Object
1 parent d0865f0 commit 4019d9d

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
@@ -1343,7 +1343,7 @@ d.b // "b"
13431343
d.a // "a"
13441344
```
13451345

1346-
上面代码中,对象`a``b`被混入了对象`c`
1346+
上面代码返回一个新的对象`d`,代表了对象`a``b`被混入了对象`c`的操作
13471347

13481348
出于完整性的考虑,`Object.getOwnPropertyDescriptors`进入标准以后,还会有`Reflect.getOwnPropertyDescriptors`方法。
13491349

0 commit comments

Comments
 (0)