Skip to content

Commit ca88fdd

Browse files
committed
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2 parents 349e0fd + d82ed9e commit ca88fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Reflect.get(obj, "foo", wrapper);
823823

824824
等同于`delete obj[name]`
825825

826-
**(5)Refl2ect.construct(target, args)**
826+
**(5)Reflect.construct(target, args)**
827827

828828
等同于`new target(...args)`,这提供了一种不使用new,来调用构造函数的方法。
829829

0 commit comments

Comments
 (0)