Skip to content

Commit 3aac8cd

Browse files
authored
Update README.md
1 parent 59e0dda commit 3aac8cd

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
@@ -56,7 +56,7 @@ JSFunction fnLog = js_register_function(
5656
js_invoke_function_2(fnLog, "Hello World!");
5757
```
5858
59-
In your JS function context `this` several functions handle most issues you'll encounter
59+
In your JS function context `this` contains several functions handle most issues you'll encounter
6060
6161
* `readUtf8FromMemory(start,length)` - Extract utf-8 text from your program's memory.
6262
* `writeUtf8ToMemory(start,str)` - Write utf-8 to a memory location you are sure it should go.

0 commit comments

Comments
 (0)