From 62a2e3ecad7537ff09b4de093b05211edfc78aaa Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 10 Feb 2020 11:01:48 +0100 Subject: [PATCH] doc(runtime-c-api) Fix a typo. --- lib/runtime-c-api/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime-c-api/src/lib.rs b/lib/runtime-c-api/src/lib.rs index 2acc4c94a..90718bb63 100644 --- a/lib/runtime-c-api/src/lib.rs +++ b/lib/runtime-c-api/src/lib.rs @@ -107,7 +107,7 @@ pub mod table; pub mod trampoline; pub mod value; -/// The `wasmer_result_t` struct is a type that represents either a +/// The `wasmer_result_t` enum is a type that represents either a /// success, or a failure. #[allow(non_camel_case_types)] #[repr(C)]