Skip to content

Commit fa81f30

Browse files
committed
Modified README-zh_CN.md
1 parent 86fa9e8 commit fa81f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ interpreter.evaluate('alert("hello eval5")');
110110

111111
默认值: `undefined`
112112

113-
`eval5` 不支持 `use strict` 严格模式, 在非严格的下函数中`this`默认指向的是全局作用域,但在`eval5`中是`undefined`, 你可以通过`globalContextInFunction`来设置默认指向。
113+
`eval5` 不支持 `use strict` 严格模式, 在非严格下的函数中`this`默认指向的是全局作用域,但在`eval5`中是`undefined`, 你可以通过`globalContextInFunction`来设置默认指向。
114114

115115
```js
116116
import { Interpreter } from "Interpreter";

0 commit comments

Comments
 (0)