Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
改正错别字
  • Loading branch information
LongTengDao authored Aug 25, 2019
commit b7e5848a48781b11e82b50a17d377d362b41cc17
2 changes: 1 addition & 1 deletion docs/proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ globalTwo.evaluate('1 + 2') // 3

上面代码中,Realm 生成的顶层对象的`evaluate()`方法,可以运行代码。

下面的代码可以证明,Realm 顶层对象与原始对层对象是两个对象
下面的代码可以证明,Realm 顶层对象与原始顶层对象是两个对象

```javascript
let a1 = globalOne.evaluate('[1,2,3]');
Expand Down