From 55006b5044370e803182e594693f9d0b4817f8f9 Mon Sep 17 00:00:00 2001 From: Xingqang Bai Date: Thu, 25 Mar 2021 17:48:44 +0800 Subject: [PATCH] Update wasmtime.h (#2762) --- crates/c-api/include/wasmtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/c-api/include/wasmtime.h b/crates/c-api/include/wasmtime.h index 9d09860228..d6b0349e64 100644 --- a/crates/c-api/include/wasmtime.h +++ b/crates/c-api/include/wasmtime.h @@ -721,7 +721,7 @@ WASM_API_EXTERN const wasm_name_t *wasmtime_frame_module_name(const wasm_frame_t * * Errors are returned if `args` have the wrong types, if the args/results * arrays have the wrong lengths, or if values come from the wrong store. * - * The are three possible return states from this function: + * There are three possible return states from this function: * * 1. The returned error is non-null. This means `results` * wasn't written to and `trap` will have `NULL` written to it. This state