We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e0dda commit 3aac8cdCopy full SHA for 3aac8cd
README.md
@@ -56,7 +56,7 @@ JSFunction fnLog = js_register_function(
56
js_invoke_function_2(fnLog, "Hello World!");
57
```
58
59
-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
60
61
* `readUtf8FromMemory(start,length)` - Extract utf-8 text from your program's memory.
62
* `writeUtf8ToMemory(start,str)` - Write utf-8 to a memory location you are sure it should go.
0 commit comments