Skip to content

Commit fc9c097

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

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
@@ -183,7 +183,7 @@ public class App {
183183
## 4. Using Java functions from WebAssembly
184184

185185
You can also call Java functions from WebAssembly by importing them into your WebAssembly modules.
186-
For the sake of an example, let's try to move the logic which computes the next element of the output (by doing an integer increment) to a Java function.
186+
For this example, let's try to move the logic which computes the next element of the output (by doing an integer increment) to a Java function.
187187

188188
Here is what we will need to add to our C file to declare an external function whose implementation we will provide in Java:
189189

0 commit comments

Comments
 (0)