doc(runtime-c-api) Fix a typo.

This commit is contained in:
Ivan Enderlin
2020-02-10 11:01:48 +01:00
parent 5b8c44c529
commit 62a2e3ecad

View File

@ -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)]