Skip to content

Commit 74fbf18

Browse files
authored
Fix typo
1 parent f51b262 commit 74fbf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ On production/actual code use AsyncFunction or Promise to get the guaranteed res
3535

3636
mp_js.init(64 * 1024);
3737
await mp_js.do_str("variable1 = {'data1': 1}");
38-
await mp_js.do_str("variable1.get('data1')"); //Access variables for previous event loop
38+
await mp_js.do_str("variable1.get('data1')"); //Access variables from the previous event loop
3939
})();
4040
```
4141

0 commit comments

Comments
 (0)