From cf0da9a8c7a89889ec5acebccc4c51b5cbaefa72 Mon Sep 17 00:00:00 2001 From: Daniel Mangum <31777345+hasheddan@users.noreply.github.com> Date: Sat, 11 Nov 2023 16:42:36 -0800 Subject: [PATCH] docs: Fix typo in export native APIs doc (#2750) Fixes a small typo of conversion for native API documentation. Signed-off-by: Daniel Mangum --- doc/export_native_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/export_native_api.md b/doc/export_native_api.md index e293e5c0..ed738553 100644 --- a/doc/export_native_api.md +++ b/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") // 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, uint32 msg_offset,