Skip to content

Commit 32bf979

Browse files
authored
Merge pull request ruanyf#898 from LongTengDao-fork-B/gh-pages
改正错别字
2 parents 26220ed + b7e5848 commit 32bf979

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)