Skip to content

Commit 574036a

Browse files
jirkamarsikban-mi
andauthored
Apply suggestion from @ban-mi
Co-authored-by: Betty Mann <betty.mann@oracle.com>
1 parent ebb677c commit 574036a

File tree

1 file changed

+1
-1
lines changed
  • graalwasm/graalwasm-embed-c-code-guide

1 file changed

+1
-1
lines changed

graalwasm/graalwasm-embed-c-code-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ __attribute__((
196196
```
197197

198198
This introduces an import in the resulting WebAssembly module.
199-
The import will try to pull a function named `java-increment` from the imported module `env`.
199+
The import will pull a function named `java-increment` from the imported module `env`.
200200
Within our C code, this function will be available under the name `javaInc`.
201201
We can update our `floyd` function to use `javaInc` like so:
202202

0 commit comments

Comments
 (0)