Skip to content

Commit b7e5848

Browse files
authored
改正错别字
1 parent a9217ff commit b7e5848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ globalTwo.evaluate('1 + 2') // 3
899899
900900
上面代码中,Realm 生成的顶层对象的`evaluate()`方法,可以运行代码。
901901
902-
下面的代码可以证明,Realm 顶层对象与原始对层对象是两个对象
902+
下面的代码可以证明,Realm 顶层对象与原始顶层对象是两个对象
903903
904904
```javascript
905905
let a1 = globalOne.evaluate('[1,2,3]');

0 commit comments

Comments
 (0)