Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardanaya authored Nov 6, 2020
1 parent 59e0dda commit 3aac8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ JSFunction fnLog = js_register_function(
js_invoke_function_2(fnLog, "Hello World!");
```
In your JS function context `this` several functions handle most issues you'll encounter
In your JS function context `this` contains several functions handle most issues you'll encounter
* `readUtf8FromMemory(start,length)` - Extract utf-8 text from your program's memory.
* `writeUtf8ToMemory(start,str)` - Write utf-8 to a memory location you are sure it should go.
Expand Down

0 comments on commit 3aac8cd

Please sign in to comment.