瀏覽代碼

docs: Fix typo in export native APIs doc (#2750)

Fixes a small typo of conversion for native API documentation.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
Daniel Mangum 2 年之前
父節點
當前提交
cf0da9a8c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/export_native_api.md

+ 1 - 1
doc/export_native_api.md

@@ -155,7 +155,7 @@ As function parameters are always passed in 32 bits numbers, you can also use 'i
 //
 //
 // If the function signature used i32 data type ("i")
 // If the function signature used i32 data type ("i")
 // for buffer address or string parameters, here
 // for buffer address or string parameters, here
-// is how to do address conversation and boundary check manually
+// is how to do address conversion and boundary check manually
 //
 //
 void foo2(wasm_exec_env_t exec_env, 
 void foo2(wasm_exec_env_t exec_env, 
           uint32 msg_offset, 
           uint32 msg_offset,